aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/i3/config b/i3/config
index cfc7b23..42a6442 100644
--- a/i3/config
+++ b/i3/config
@@ -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