Compare commits
2 commits
33323d1004
...
5ad2717857
Author | SHA1 | Date | |
---|---|---|---|
5ad2717857 | |||
2c0e920221 |
2 changed files with 6 additions and 1 deletions
|
@ -149,6 +149,11 @@ bind=SUPERSHIFT,Right,movewindow,r
|
|||
bind=SUPERSHIFT,Up,movewindow,u
|
||||
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 -------------------- #
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"layer": "bottom",
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 20,
|
||||
|
||||
|
|
Loading…
Reference in a new issue