Mon Dec 18 09:27:13 PM +04 2023 +'%Y-%m-%d %H:%M:%S'

This commit is contained in:
2023-12-18 21:27:13 +04:00
commit 84bcd9fb9e
26 changed files with 1086 additions and 0 deletions

View 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