Hyprland shortcut for capturing daily log entries
This commit is contained in:
parent
9d388ac04a
commit
1b31e27e54
1 changed files with 97 additions and 96 deletions
|
@ -113,6 +113,7 @@ in {
|
|||
bind = SUPER, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
|
||||
bind = SUPER, x, exec, emacsclient -c
|
||||
bind = SUPER SHIFT, n, exec, emacsclient --eval '(ccr/org-capture "n")' -c -F '((name . "floating"))'
|
||||
bind = SUPER SHIFT, w, exec, emacsclient --eval '(ccr/org-capture "j")' -c -F '((name . "floating"))'
|
||||
bind = SUPER, y, exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh picard.fleet emacsclient -c
|
||||
bind = SUPER, d, exec, ${pkgs.fuzzel}/bin/fuzzel --background-color=253559cc --border-radius=5 --border-width=0
|
||||
bind = SUPER, s, exec, ${screenshotScript}
|
||||
|
|
Loading…
Add table
Reference in a new issue