why polling when there's a socket available?

This commit is contained in:
2025-10-08 05:22:54 +02:00
parent db3fe752f9
commit ec630bff57
3 changed files with 213 additions and 57 deletions

View File

@@ -302,7 +302,7 @@ binds {
Mod+Shift+C { spawn-sh "hyprpicker -a"; }
// Session
Mod+L { spawn "hyprlock"; }
Mod+L { spawn "loginctl lock-session"; }
// Media
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && wp-vol"; }

View File

@@ -302,7 +302,7 @@ binds {
Mod+Shift+C { spawn-sh "hyprpicker -a"; }
// Session
Mod+L { spawn "hyprlock"; }
Mod+L { spawn "loginctl lock-session"; }
// Media
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && wp-vol"; }