diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index e76dbc2..d38c5bb 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -236,8 +236,8 @@ in { (key "S" "Super+Shift" "exec" steam) (key "T" "Ctrl+Alt" "exec" "${pkill} kitty") (key "T" "Super" "togglespecialworkspace" "terminal") + (key "T" "Super+Ctrl" "exec" kitty) (key "T" "Super+Shift" "movetoworkspacesilent" "special:terminal") - (key "T" "Super+Shift" "exec" kitty) (key "V" "Super" "exec" "${kitty} --app-id clipboard --override font_size=12 ${clipse}") (key "V" "Super+Shift" "exec" "${clipse} --clear && ${notify-send} clipse 'Clipboard cleared' --urgency low") (key "W" "Super" "togglespecialworkspace" "vm")