+emacsclient binding to i3

This commit is contained in:
dx
2020-04-24 02:00:55 +01:00
parent 406b2021da
commit ee1220ccfb

View File

@@ -54,8 +54,10 @@ floating_modifier $mod
# Screenshot
bindsym F10 exec scrot -u '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/' -c
# start a terminal
# start a terminal or editor
bindsym $mod+Return exec kitty
bindsym $mod+Shift+Return exec emacsclient -s MAIN -c
# kill focused window
bindsym $mod+Shift+q kill