mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-30 19:17:29 +02:00
hyprland keybinds to move workspaces to monitors
This commit is contained in:
parent
72187d0ddb
commit
328430a158
1 changed files with 4 additions and 2 deletions
|
@ -129,8 +129,10 @@ bind = $mainMod, F, fullscreen,
|
|||
bind = $mainMod SHIFT, X, exit,
|
||||
# bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg"
|
||||
bind = $mainMod, U, exec, swaylock --indicator --clock --effect-blur 4x5 -e -f -S --fade-in 0.4 --inside-color 1e1e2e --ring-color 45475a --text-color cdd6f4 --inside-wrong-color f38ba8 --ring-wrong-color f38ba8 --inside-ver-color 89b4fa --ring-ver-color 89b4fa
|
||||
bind = $mainMod SHIFT, comma, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod SHIFT, period, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod CONTROL, h, movecurrentworkspacetomonitor, l
|
||||
bind = $mainMod CONTROL, l, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod CONTROL, k, movecurrentworkspacetomonitor, u
|
||||
bind = $mainMod CONTROL, j, movecurrentworkspacetomonitor, d
|
||||
|
||||
|
||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||
|
|
Loading…
Add table
Reference in a new issue