diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:00:55 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:00:55 +0100 |
commit | ee1220ccfb1e77e07f4c80121c1b383630025f74 (patch) | |
tree | 3ea43fd0a88f74e782d866dda140ebc1e423e8dc /i3 | |
parent | 406b2021da9d88e7b389655797c0081c18ef3c61 (diff) | |
download | dotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.tar.gz dotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.tar.bz2 dotfiles-ee1220ccfb1e77e07f4c80121c1b383630025f74.zip |
+emacsclient binding to i3
Diffstat (limited to 'i3')
-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 |