Compare commits

..

2 commits

Author SHA1 Message Date
5ad2717857
Added keybind to move workspace to another monitor 2023-04-08 19:14:05 -06:00
2c0e920221
Fixed Waybar layer 2023-04-08 05:37:14 -06:00
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
{
"layer": "bottom",
"layer": "top",
"position": "top",
"height": 20,