hyprland keybinds
This commit is contained in:
parent
96028bb33c
commit
87b1e76a4e
1 changed files with 4 additions and 1 deletions
|
@ -104,7 +104,6 @@ in {
|
|||
"$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run"
|
||||
", print, exec, ${screenshotScript}"
|
||||
"$mod, T, exec, ${lib.getExe pkgs.wezterm}"
|
||||
"$mod, W, exec, ${lib.getExe pkgs.gnome.nautilus}"
|
||||
|
||||
"$mod, Q, killactive, "
|
||||
"$mod, V, togglefloating, "
|
||||
|
@ -117,6 +116,10 @@ in {
|
|||
"$mod, up, movefocus, u"
|
||||
"$mod, down, movefocus, d"
|
||||
|
||||
# example special workspace (scratchpad)
|
||||
"$mod, S, togglespecialworkspace, magic"
|
||||
"$mod SHIFT, S, movetoworkspace, special:magic"
|
||||
|
||||
# scroll through workspaces with mod + scroll
|
||||
"$mod, mouse_down, workspace, e+1"
|
||||
"$mod, mouse_up, workspace, e-1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue