summaryrefslogtreecommitdiff
path: root/hm/env/niri/binds.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/env/niri/binds.nix')
-rw-r--r--hm/env/niri/binds.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix
index d22d0e7..cfa15e8 100644
--- a/hm/env/niri/binds.nix
+++ b/hm/env/niri/binds.nix
@@ -68,16 +68,16 @@ in
"Mod+BracketLeft".action = consume-or-expel-window-left;
"Mod+BracketRight".action = consume-or-expel-window-right;
- "XF86Tools" = {
- action = spawn "sh" "-c" ''
- pkill -9 firefox || true
- swaylock -f
- wpctl set-mute @DEFAULT_AUDIO_SINK@ 1
- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 1
- niri msg action power-off-monitors
- '';
- repeat = false;
- };
+ # "XF86Tools" = {
+ # action = spawn "sh" "-c" ''
+ # pkill -9 firefox || true
+ # swaylock -f
+ # wpctl set-mute @DEFAULT_AUDIO_SINK@ 1
+ # wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 1
+ # niri msg action power-off-monitors
+ # '';
+ # repeat = false;
+ # };
"Mod+R".action = switch-preset-column-width;
"Mod+Shift+R".action = reset-window-height;