diff --git a/home/modules/niri.nix b/home/modules/niri.nix index d09bbcc..1aff64c 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -66,11 +66,29 @@ "Mod+Down".action.focus-window-down = []; "Mod+Up".action.focus-window-up = []; + "Mod+WheelScrollDown".action.focuse-column-right = []; + "Mod+WheelScrollUp".action.focuse-column-left = []; + + "Mod+Y".action.consume-or-expel-window-left = []; + "Mod+X".action.consume-or-expel-window-right = []; + + "Mod+R".switch-preset-column-width = []; + "Mod+Shift+R".switch-preset-column-height = []; + "Mod+F".maximize-column = []; + "Mod+Shift+F".fullscreen-window = []; + "Mod+V".toggle-window-floating = []; + "Mod+Minus".action.set-column-width = ["-10%"]; "Mod+Equal".action.set-column-width = ["+10%"]; "Mod+Shift+Q".action.quit = []; + "Print".screenshot = []; + "Ctrl+Print".screenshot-screen = []; + "Alt+Print".screenshot-window = []; + + "Mod+Escape".toggle-keyboard-shortcuts-inhibit = [false]; + "XF86AudioRaiseVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"]; "XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"]; "xF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"];