diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-29 12:47:41 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-29 12:47:41 +0200 |
| commit | 32799653015c02a2fe17e5ea99617012b1c53829 (patch) | |
| tree | 6ca6e9bc70836a4c7317753d74676df377815692 /i3 | |
| parent | 4a5059ba54ae483647a8a56e295cf32c201f5d0f (diff) | |
| download | dotfiles-32799653015c02a2fe17e5ea99617012b1c53829.tar.gz dotfiles-32799653015c02a2fe17e5ea99617012b1c53829.zip | |
i3: added a new shortcut for emacsclient
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -164,6 +164,9 @@ bindsym Print exec scrot -u # Toggle keyboard layout US <-> CAT bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh +# Emacs +bindsym $mod+m exec emacsclient -c + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available). This setup has DP-1 as the monitor on the right, # and DVI-I-1 as the monitor on the left. The tray will only be shown to the |
