forked from logan/dotfiles
Hyprland group binds
This commit is contained in:
parent
95b5b7d8be
commit
fa891a0ce6
1 changed files with 8 additions and 0 deletions
|
@ -101,6 +101,8 @@ bind=SUPERSHIFT,P,pseudo,
|
|||
bind=SUPER,P,pin,
|
||||
bind=SUPER,f,fullscreen,0
|
||||
bind=SUPER,m,fullscreen,1
|
||||
bind=SUPER,w,togglegroup
|
||||
bind=SUPERCTRL,w,moveoutofgroup
|
||||
bind=SUPERALT,f,fakefullscreen,1
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
|
@ -163,6 +165,12 @@ bind=SUPERCTRL,Right,movecurrentworkspacetomonitor,r
|
|||
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
|
||||
bind=SUPERCTRL,Down,movecurrentworkspacetomonitor,d
|
||||
|
||||
# Move window into group
|
||||
bind=SUPERALT,Left,moveintogroup,l
|
||||
bind=SUPERALT,Right,moveintogroup,r
|
||||
bind=SUPERALT,Up,moveintogroup,u
|
||||
bind=SUPERALT,Down,moveintogroup,d
|
||||
|
||||
# ----------------------- STARTUP -------------------- #
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
Loading…
Reference in a new issue