Steam deck perhaps

This commit is contained in:
2023-06-24 16:27:46 +01:00
parent 5eb965823e
commit 8864fc294d
120 changed files with 208 additions and 339 deletions

10
users/configs/desktop/i3/godown Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
if test -n "$(i3utils workspace isLast)" ; then
if test -z "$(i3utils workspace isEmpty)" ; then
i3-msg workspace $(( $(i3utils workspace current) + 1 ))
fi
else
i3-msg workspace next
fi
i3utils workspace reflow