chore: initial commit
This commit is contained in:
5
sxhkd/desktop_switcher.sh
Executable file
5
sxhkd/desktop_switcher.sh
Executable 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]}
|
||||
Reference in New Issue
Block a user