Files
.config/sxhkd/desktop_switcher.sh
2024-08-08 14:39:30 +02:00

6 lines
124 B
Bash
Executable File

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