Make some more Niri binds more like Sway

This commit is contained in:
Evie Litherland-Smith 2024-05-27 21:14:39 +01:00
parent 79b0a0d841
commit 8519ba9fe5

View file

@ -51,16 +51,17 @@ spawn-at-startup "set-background"
binds { binds {
Mod+Shift+Slash { show-hotkey-overlay; } Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Return { spawn "foot"; } Super+Alt+L { spawn "swaylockfx"; }
Mod+Shift+Return { spawn "fuzzel"; }
Mod+E { spawn "emacsclient" "-c"; } Mod+F1 { spawn "swaylockfx"; }
Mod+P { spawn "wlogout"; } Mod+P { spawn "wlogout"; }
Mod+D { spawn "fuzzel"; }
Mod+Return { spawn "foot"; }
Mod+Shift+Return { spawn "emacsclient" "-c"; }
Mod+Z { spawn "swaync-client" "-t" "-sw"; } Mod+Z { spawn "swaync-client" "-t" "-sw"; }
Mod+Shift+Z { spawn "swaync-client" "-d" "-sw"; } Mod+Shift+Z { spawn "swaync-client" "-d" "-sw"; }
Super+Alt+L { spawn "swaylockfx"; }
XF86AudioRaiseVolume allow-when-locked=true { spawn "volumectl" "-u" "+" "5"; } XF86AudioRaiseVolume allow-when-locked=true { spawn "volumectl" "-u" "+" "5"; }
XF86AudioLowerVolume allow-when-locked=true { spawn "volumectl" "-u" "-" "5"; } XF86AudioLowerVolume allow-when-locked=true { spawn "volumectl" "-u" "-" "5"; }
XF86AudioMute allow-when-locked=true { spawn "volumectl" "%"; } XF86AudioMute allow-when-locked=true { spawn "volumectl" "%"; }