scripts

scripts to make my pc work
Index Commits Files Refs
statusbar/buttons/sb-kbselect-button (148B)
   1 #!/bin/sh
   2 
   3 case "$1" in
   4     1) switchkblayout;;
   5     # 2) pactl set-sink-volume @DEFAULT_SINK@ +1; pkill -RTMIN+1 dwmblocks;;
   6     # 3) ;;
   7     # 4) ;;
   8 esac