Use Emacs in daemon mode
This commit is contained in:
parent
9176c1f445
commit
ba480ea008
2 changed files with 9 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ input type:touchpad {
|
|||
bindsym $launch+t exec $term zellij attach --create main
|
||||
|
||||
# Start Emacs
|
||||
bindsym $launch+e exec emacs
|
||||
bindsym $launch+e exec emacsclient --create-frame
|
||||
|
||||
# Start a browser
|
||||
bindsym $launch+f exec firefox --private-window
|
||||
|
|
@ -253,6 +253,12 @@ bindsym Print exec take-screenshot everything
|
|||
bindsym Shift+Print exec take-screenshot
|
||||
bindsym Pause exec kill -s INT $(pgrep wf-recorder)
|
||||
|
||||
#
|
||||
# Start an emacs daemon
|
||||
#
|
||||
|
||||
exec emacs --bg-daemon
|
||||
|
||||
#
|
||||
# Start a password manager in the scratchpad
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue