scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Index Commits Files Refs README LICENSE
scratchpad-attach (127B)
   1 #!/bin/sh
   2 
   3 tmux ls 2> /dev/null | grep -q scratchpad && tmux attach-session -t scratchpad \
   4     || tmux new-session -s scratchpad