From 173769c3c39ad2cc5ab59ead095aed90d604ea3c Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 9 Dec 2024 09:49:44 -0600 Subject: [PATCH] hyprland: modify office binds Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 73701e6..7376607 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -121,11 +121,10 @@ in { bindr = [ (key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper") (key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper") - (key "Control_L" "Super+Ctrl" "exec" workspace) + (key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office") + (key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office") (key "Shift_L" "Super+Shift" "workspace" "previous") (key "Super_L" "Super" "exec" menu) - #// (key "Super_L" "Super+Alt" "exec" "${menu} search") - #// (key "Super_L" "Super+Ctrl" "exec" "${menu} calculator") (key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} network") (key "Super_L" "Super+Shift" "exec" "${menu} search") ]; @@ -247,9 +246,6 @@ in { (key "K" "Super" "exec" obsidian) (key "M" "Super" "togglespecialworkspace" "music") (key "M" "Super+Shift" "movetoworkspacesilent" "special:music") - (key "O" "Super" "togglespecialworkspace" "office") - (key "O" "Super+Ctrl" "exec" libreoffice) - (key "O" "Super+Shift" "movetoworkspacesilent" "special:office") (key "P" "Ctrl+Alt" "exec" "${pkill} 1password") (key "P" "Super" "togglespecialworkspace" "password") (key "P" "Super+Shift" "movetoworkspacesilent" "special:password")