Updated background and added bindings for moving windows

This commit is contained in:
Jurn Wubben 2025-02-19 23:42:35 +01:00
parent e137c23ecd
commit fff5484682
3 changed files with 5 additions and 0 deletions

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 14 MiB

Before After
Before After

View file

@ -86,6 +86,11 @@ in {
"$mod, l, movefocus, r"
"$mod, k, movefocus, u"
"$mod, j, movefocus, d"
"$mod SHIFT, h, movewindow, l"
"$mod SHIFT, l, movewindow, r"
"$mod SHIFT, k, movewindow, u"
"$mod SHIFT, j, movewindow, d"
]
++ workspaces;