mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
Mon Dec 18 09:27:13 PM +04 2023 +'%Y-%m-%d %H:%M:%S'
This commit is contained in:
15
.config/numen/phrases.phrases
Normal file
15
.config/numen/phrases.phrases
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user