forked from logan/dotfiles
Added keybind to move workspace to another monitor
This commit is contained in:
parent
2c0e920221
commit
5ad2717857
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,11 @@ bind=SUPERSHIFT,Right,movewindow,r
|
||||||
bind=SUPERSHIFT,Up,movewindow,u
|
bind=SUPERSHIFT,Up,movewindow,u
|
||||||
bind=SUPERSHIFT,Down,movewindow,d
|
bind=SUPERSHIFT,Down,movewindow,d
|
||||||
|
|
||||||
|
# Move workspace to monitor
|
||||||
|
bind=SUPERCTRL,Left,movecurrentworkspacetomonitor,l
|
||||||
|
bind=SUPERCTRL,Right,movecurrentworkspacetomonitor,r
|
||||||
|
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
|
||||||
|
bind=SUPERCTRL,Down,movecurrentworkspacetomonitor,d
|
||||||
|
|
||||||
# ----------------------- STARTUP -------------------- #
|
# ----------------------- STARTUP -------------------- #
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
Loading…
Reference in a new issue