improved notes editor
This commit is contained in:
parent
d4085c80c2
commit
1956f79f2f
2 changed files with 7 additions and 1 deletions
6
home/private_bin/executable_notes-commit
Normal file
6
home/private_bin/executable_notes-commit
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
GIT_DIR="${HOME}/stuff/notes"
|
||||||
|
notes
|
||||||
|
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
||||||
|
|
|
@ -3,7 +3,7 @@ $mainMod = SUPER
|
||||||
# Program binds
|
# Program binds
|
||||||
bind = $mainMod SHIFT, RETURN, exec, wezterm
|
bind = $mainMod SHIFT, RETURN, exec, wezterm
|
||||||
bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
|
bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
|
||||||
bind = $mainMod, N, exec, wezterm start --class "notes-editor" -e notes
|
bind = $mainMod, N, exec, wezterm start --class "notes-editor" -e notes-commit
|
||||||
|
|
||||||
bind = $mainMod SHIFT, Q, killactive,
|
bind = $mainMod SHIFT, Q, killactive,
|
||||||
bind = $mainMod SHIFT, L, exec, lock
|
bind = $mainMod SHIFT, L, exec, lock
|
||||||
|
|
Loading…
Reference in a new issue