Files
dotfiles/.config/numen/phrases.phrases

16 lines
483 B
Plaintext

right: run bspc node -f east
left: run bspc node -f west
up: run bspc node -f north
down: run bspc node -f south
git commit: run git commit -m "`date`+'%Y-%m-%d %H:%M:%S'"
git push: run git push
git commit and push: run git commit -m "`date`+'%Y-%m-%d %H:%M:%S'" \
run git push
mute: run pactl set-sink-mute @DEFAULT_SINK@ toggle
power off: run export SUDOASKPASS=".scripts/dpass.sh" && sudo -A poweroff
reboot: run export SUDOASKPASS=".scripts/dpass.sh" && sudo -A reboot