From 760a0edc2937fab375898bbd2f2a3011eb8c9756 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 11 Jan 2026 20:53:40 +0100 Subject: way too many changes to describe --- hm/env/niri/binds.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'hm/env/niri/binds.nix') 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; -- cgit v1.3