mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
25.12.23
This commit is contained in:
1
.config/numen/current_mode
Normal file
1
.config/numen/current_mode
Normal file
@@ -0,0 +1 @@
|
||||
[R]
|
||||
@@ -3,13 +3,16 @@ 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'" \
|
||||
git status: type git status
|
||||
git commit: type git commit -m "`date`+'%Y-%m-%d %H:%M:%S'"
|
||||
git push: type git push
|
||||
git commit and push: type 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
|
||||
power off: run export SUDO_ASKPASS=".scripts/dpass.sh" && sudo -A poweroff
|
||||
reboot: run export SUDO_ASKPASS=".scripts/dpass.sh" && sudo -A reboot
|
||||
|
||||
deactivate: run pkill numen
|
||||
bye: run echo load $HOME/.config/numen/startup.phrases | numenc && echo "[R]" > ~/.config/numen/current_mode
|
||||
|
||||
2
.config/numen/startup.phrases
Normal file
2
.config/numen/startup.phrases
Normal file
@@ -0,0 +1,2 @@
|
||||
enable voice assistant: run echo load $HOME/.config/numen/phrases.phrases | numenc && echo "[W]" > ~/.config/numen/current_mode
|
||||
deactivate: run pkill numen
|
||||
Reference in New Issue
Block a user