Added emacs focus and improve mode_display

This commit is contained in:
Jesús 2019-05-27 10:24:08 -05:00
parent 2efa4ae096
commit 22f6ed6e11
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

3
config
View File

@ -159,6 +159,7 @@ for_window [window_role="(?i)pop-up"] floating enable
# Programs focus # Programs focus
for_window [class="Xfce4-terminal"] focus for_window [class="Xfce4-terminal"] focus
for_window [class="Emacs"] focus
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
@ -303,7 +304,7 @@ mode "$mode_display_on_off" {
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
} }
bindsym $mod+p mode "$mode_display_on_off" bindsym $mod+Shift+p mode "$mode_display_on_off"
# Press $mod+o followed by either i, d, Escape or Return to launch Iceweasel-UXP, # Press $mod+o followed by either i, d, Escape or Return to launch Iceweasel-UXP,
# Icedove-UXP or return to the default mode, respectively. # Icedove-UXP or return to the default mode, respectively.