dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

caffeinate.talon (235B)


      1 caffeinate start: user.system_command('killall caffeinate; setsid -f caffeinate -d && notify "Caffeinated" "Sleep disabled" talon')
      2 caffeinate stop: user.system_command('killall caffeinate && notify "Sleepy" "Will sleep again" talon')