diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |