repos/scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Commits Files Refs README LICENSE
statusbar/buttons/sb-kbselect-button (8 lines)
   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