diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-10 14:49:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-10 14:49:11 -0500 |
commit | 76b1e028a1245ed304fdbaead845e672ba2748c5 (patch) | |
tree | 48c7937951c7dd870a770a77bc1001b4c9154bef | |
parent | c5992d268d4ef8696041179c0e7d185723dcf6ca (diff) | |
download | i3-config-76b1e028a1245ed304fdbaead845e672ba2748c5.tar.lz i3-config-76b1e028a1245ed304fdbaead845e672ba2748c5.tar.xz i3-config-76b1e028a1245ed304fdbaead845e672ba2748c5.zip |
focus into Xfce4-terminal
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ for_window [title="(?i)pulseaudio multiband EQ"] floating enabl for_window [window_role="(?i)about"] floating enable for_window [window_role="(?i)organizer"] floating enable +# Programs focus +for_window [class="Xfce4-terminal"] focus + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) |