aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-04-24 02:00:55 +0100
committerdx <aryadevchavali1@gmail.com>2020-04-24 02:00:55 +0100
commitee1220ccfb1e77e07f4c80121c1b383630025f74 (patch)
tree3ea43fd0a88f74e782d866dda140ebc1e423e8dc /i3
parent406b2021da9d88e7b389655797c0081c18ef3c61 (diff)
downloaddotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.tar.gz
dotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.tar.bz2
dotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.zip
+emacsclient binding to i3
Diffstat (limited to 'i3')
-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