feat: initial commit

This commit is contained in:
2023-10-11 21:51:24 +02:00
commit 8709837ef1
128 changed files with 2464 additions and 0 deletions

7
.screenlayout/home-setup.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ `hostname` = "rexim-B590" ]; then
~/.screenlayout/home-setup-b590.sh
else
~/.screenlayout/home-setup-g50.sh
fi