mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* If on XPS, enable XPS mute mic key with LED and fallback to original mic mute flow * fix hardcode of alsa card 0 to resolved id * Extract omarchy-hyprland-monitor-focused * Extract dedicated xps mute script --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Print the name of the currently focused Hyprland monitor.
|
|
|
|
hyprctl monitors -j | jq -r '.[] | select(.focused == true).name'
|