chore: initial commit

This commit is contained in:
2024-08-08 14:39:30 +02:00
commit 66bdf943c7
12 changed files with 1261 additions and 0 deletions

5
sxhkd/desktop_switcher.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
monitors=('I' 'II' 'III' 'IV' 'V' 'VI' 'VII' 'VIII' 'IX' 'X')
mode=$1
index=$2
bspc $mode ${monitors[$index-1]}