mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Home: fix hyprland keybinds
This commit is contained in:
parent
84d27406ad
commit
a61e739ec7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
wayland.windowManager.hyprland.settings = {
|
||||
|
||||
bindle = [
|
||||
"bindl = ,XF86AudioMute, exec, playerctl --player=spotify,%any play-pause"
|
||||
"bindle= ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
||||
"bindle= ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
",XF86AudioMute, exec, playerctl --player=spotify,%any play-pause"
|
||||
",XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
||||
",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
];
|
||||
|
||||
bindm = [ "Super, mouse:272, movewindow" "Super, mouse:273, resizewindow" ];
|
||||
|
|
Loading…
Reference in a new issue