diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-10 21:04:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-10 21:04:28 -0500 |
commit | 2efa4ae0965cb42749022bd9a5dd3f619bf9db32 (patch) | |
tree | 9750839e996756563b1124155597ed2dc6b8d54f | |
parent | f7acd4985d80953eb1c004eb82a721230438dc8a (diff) | |
download | i3-config-2efa4ae0965cb42749022bd9a5dd3f619bf9db32.tar.lz i3-config-2efa4ae0965cb42749022bd9a5dd3f619bf9db32.tar.xz i3-config-2efa4ae0965cb42749022bd9a5dd3f619bf9db32.zip |
added pop-up to floating
-rw-r--r-- | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ for_window [title="(?i)pulseaudio multiband EQ"] floating enabl # window_role for_window [window_role="(?i)about"] floating enable for_window [window_role="(?i)organizer"] floating enable +for_window [window_role="(?i)pop-up"] floating enable # Programs focus for_window [class="Xfce4-terminal"] focus |