From 4eab35829d3447aecb1dcffb782e64053e623db0 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 9 Dec 2024 12:07:39 -0600 Subject: [PATCH] hyprland: modify binds Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 12e062f..7c44646 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -119,8 +119,8 @@ in { # Release binds bindr = [ - (key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper") - (key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper") + (key "Alt_L" "Super+Alt" "togglespecialworkspace" "music") + (key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:music") (key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office") (key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office") (key "Shift_L" "Super+Shift" "workspace" "previous") @@ -244,8 +244,8 @@ in { (key "G" "Super+Ctrl+Alt" "exec" "${pkill} gamescope") (key "G" "Super+Shift" "movetoworkspacesilent" "name:game") (key "K" "Super" "exec" obsidian) - (key "M" "Super" "togglespecialworkspace" "music") - (key "M" "Super+Shift" "movetoworkspacesilent" "special:music") + (key "O" "Super" "togglespecialworkspace" "wallpaper") + (key "O" "Super+Shift" "movetoworkspacesilent" "special:wallpaper") (key "P" "Ctrl+Alt" "exec" "${pkill} 1password") (key "P" "Super" "togglespecialworkspace" "password") (key "P" "Super+Shift" "movetoworkspacesilent" "special:password")