diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -164,8 +164,10 @@ bindsym Print exec scrot -u # Toggle keyboard layout US <-> CAT bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh -# Emacs +# Emacs. By default we go with daemon mode, but if something is wrong, it's +# cool to have a safe way to start Emacs. bindsym $mod+m exec emacsclient -c -a "" +bindsym $mod+Shift+m exec emacs # 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, |
