Prefer Emacs client-server setup
This change affects: - alias e - i3 KBDs - .xsessionrc It will be interesting to see how this works over SSH. In theory, the ALTERNATE_EDITOR variable should kick in and `vim` should be used. Time will tell if this is the preferred setup. Until then...
This commit is contained in:
parent
b1275671a8
commit
cf39cf760a
3 changed files with 6 additions and 3 deletions
|
|
@ -41,13 +41,13 @@ floating_modifier $mod
|
|||
# Vertical
|
||||
bindsym $mod+Ctrl+t split v; exec st
|
||||
bindsym $mod+Ctrl+Return split v; exec st
|
||||
bindsym $mod+Ctrl+e split v; exec emacs
|
||||
bindsym $mod+Ctrl+e split v; exec emacsclient --create-frame ~/programming
|
||||
bindsym $mod+Ctrl+c split v; exec google-chrome
|
||||
bindsym $mod+Ctrl+s split v; exec spotify
|
||||
# Horizontal
|
||||
bindsym $mod+Ctrl+Shift+t split h; exec st
|
||||
bindsym $mod+Ctrl+Shift+Return split h; exec st
|
||||
bindsym $mod+Ctrl+Shift+e split h; exec emacs
|
||||
bindsym $mod+Ctrl+Shift+e split h; exec emacsclient --create-frame ~/programming
|
||||
bindsym $mod+Ctrl+Shift+c split h; exec google-chrome
|
||||
bindsym $mod+Ctrl+Shift+s split h; exec spotify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue