hyprland keybinds

This commit is contained in:
Reid 2024-07-09 01:43:40 -07:00
parent 96028bb33c
commit 87b1e76a4e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -104,7 +104,6 @@ in {
"$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run" "$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run"
", print, exec, ${screenshotScript}" ", print, exec, ${screenshotScript}"
"$mod, T, exec, ${lib.getExe pkgs.wezterm}" "$mod, T, exec, ${lib.getExe pkgs.wezterm}"
"$mod, W, exec, ${lib.getExe pkgs.gnome.nautilus}"
"$mod, Q, killactive, " "$mod, Q, killactive, "
"$mod, V, togglefloating, " "$mod, V, togglefloating, "
@ -117,6 +116,10 @@ in {
"$mod, up, movefocus, u" "$mod, up, movefocus, u"
"$mod, down, movefocus, d" "$mod, down, movefocus, d"
# example special workspace (scratchpad)
"$mod, S, togglespecialworkspace, magic"
"$mod SHIFT, S, movetoworkspace, special:magic"
# scroll through workspaces with mod + scroll # scroll through workspaces with mod + scroll
"$mod, mouse_down, workspace, e+1" "$mod, mouse_down, workspace, e+1"
"$mod, mouse_up, workspace, e-1" "$mod, mouse_up, workspace, e-1"