From a6f4433601593cd1278dc9d3a7b6848e4ed6830b Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 1 Mar 2025 15:52:49 -0600 Subject: [PATCH] feat: updated binds --- modules/home/gui/desktop/hypr/land/config/bind.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/home/gui/desktop/hypr/land/config/bind.nix b/modules/home/gui/desktop/hypr/land/config/bind.nix index cd186c0..a384434 100755 --- a/modules/home/gui/desktop/hypr/land/config/bind.nix +++ b/modules/home/gui/desktop/hypr/land/config/bind.nix @@ -43,7 +43,7 @@ let "PageUp, exec, playerctl next" "PageDown, exec, playerctl previous" "Home, exec, playerctl play-pause" - "Space, workspace, previous" + "Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun" ]; superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [ @@ -57,15 +57,14 @@ let "T, exec, ghostty" "S, exec, flameshot gui" "period, exec, emote" - "Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun" "Tab, fullscreen, 0" "Backspace, layoutmsg, togglesplit" "P, pin, enable" "F, togglefloating" # "Print, exec, grim -g \"$(slurp)\"" # Utility - "End, exec, hyprctl dispatch exit" - "Insert, exec, reboot now" + "End, exec, shutdown now" + "Insert, exec, systemctl reboot" "Home, exec, swaylock" ]; superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [