From 2e2f2ccb40491f83dc33f60fc863cc60806439b0 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 26 Oct 2024 13:15:43 -0500 Subject: [PATCH] hyprland: swap directional super binds Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index a929af7..64fa69c 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -134,17 +134,17 @@ in { (key "Bracketright" "Super" "layoutmsg" "rollprev") (key "Bracketright" "Super+Shift" "splitratio" "+0.1") (key "Comma" "Super" "layoutmsg" "swapprev") - (key "Down" "Super" "movewindow" "d") - (key "Down" "Super+Shift" "movewindoworgroup" "d") + (key "Down" "Super" "movewindoworgroup" "d") + (key "Down" "Super+Shift" "movewindow" "d") (key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise") (key "Equal" "Super+Shift" "exec" "${zoom} +0.1") (key "Escape" "Super" "togglefloating" null) (key "Escape" "Super+Alt" "exec" "lifx state --color red") (key "Escape" "Super+Shift" "centerwindow" null) (key "Grave" "Super" "exec" smile) - (key "Left" "Super" "movewindow" "l") + (key "Left" "Super" "movewindoworgroup" "l") (key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse") - (key "Left" "Super+Shift" "movewindoworgroup" "l") + (key "Left" "Super+Shift" "movewindow" "l") (key "Minus" "Super" "exec" "${swayosd-client} --output-volume lower") (key "Minus" "Super+Shift" "exec" "${zoom} -0.1") (key "Period" "Super" "layoutmsg" "swapnext") @@ -154,8 +154,8 @@ in { (key "Apostrophe" "Super+Alt+Shift" "exec" "${screenshot} display --edit") (key "Return" "Super" "fullscreen" "1") # Maximize (key "Return" "Super+Shift" "fullscreen" "0") # Fullscreen - (key "Right" "Super" "movewindow" "r") - (key "Right" "Super+Shift" "movewindoworgroup" "r") + (key "Right" "Super" "movewindoworgroup" "r") + (key "Right" "Super+Shift" "movewindow" "r") (key "Semicolon" "Super" "exec" "${hyprpicker} --autocopy") (key "Semicolon" "Super+Shift" "exec" "${hyprpicker} --autocopy --format rgb") (key "Slash" "Super" "exec" vrr) @@ -188,8 +188,8 @@ in { (key "Tab" "Super" "layoutmsg" "cyclenext") (key "Tab" "Super+Shift" "alterzorder" "top") (key "Tab" "Super+Shift" "cyclenext" "floating") - (key "Up" "Super" "movewindow" "u") - (key "Up" "Super+Shift" "movewindoworgroup" "u") + (key "Up" "Super" "movewindoworgroup" "u") + (key "Up" "Super+Shift" "movewindow" "u") (key "0" "Super" "exec" "${swayosd-client} --output-volume mute-toggle") (key "0" "Super+Shift" "exec" "${zoom}") @@ -241,7 +241,7 @@ in { (key "P" "Super" "togglespecialworkspace" "password") (key "P" "Super+Shift" "movetoworkspacesilent" "special:password") (key "Q" "Ctrl+Alt" "exec" "${kill} -9 $(${hyprctl} -j activewindow | ${jq} .pid)") - (key "Q" "Ctrl+Alt+Shift" "exec" "close") # Quit all windows + #// (key "Q" "Ctrl+Alt+Shift" "exec" "close") # Quit all windows (key "Q" "Super" "killactive" null) (key "S" "Ctrl+Alt" "exec" "${pkill} steam") (key "S" "Super" "togglespecialworkspace" "steam")