gdi

Results 2 comments of gdi

Regarding this, I've noticed just changing `aname` under `get_config()`, at least for internal setups, seems to work fine for this. It seems like creating a new command line argument, like...

``` general { lock_cmd = wpctl set-mute @DEFAULT_AUDIO_SINK@ 1 && pidof hyprlock || hyprlock && loginctl unlock-session unlock_cmd = wpctl set-mute @DEFAULT_AUDIO_SINK@ 0 before_sleep_cmd = loginctl lock-session } ``` This...