aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-27 10:24:08 -0500
committerJesús <heckyel@hyperbola.info>2019-05-27 10:24:08 -0500
commit22f6ed6e119fd136102be9d3b22056a32a12fc01 (patch)
tree3043e4437427c7535539039999e0012948d98859
parent2efa4ae0965cb42749022bd9a5dd3f619bf9db32 (diff)
downloadi3-config-22f6ed6e119fd136102be9d3b22056a32a12fc01.tar.lz
i3-config-22f6ed6e119fd136102be9d3b22056a32a12fc01.tar.xz
i3-config-22f6ed6e119fd136102be9d3b22056a32a12fc01.zip
Added emacs focus and improve mode_display
-rw-r--r--config3
1 files changed, 2 insertions, 1 deletions
diff --git a/config b/config
index 9d69d3c..2546713 100644
--- a/config
+++ b/config
@@ -159,6 +159,7 @@ for_window [window_role="(?i)pop-up"] floating enable
# Programs focus
for_window [class="Xfce4-terminal"] focus
+for_window [class="Emacs"] focus
# reload the configuration file
bindsym $mod+Shift+c reload
@@ -303,7 +304,7 @@ mode "$mode_display_on_off" {
bindsym Return 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,
# Icedove-UXP or return to the default mode, respectively.