diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-26 19:38:44 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-26 19:38:44 -0500 |
commit | 41eb6100a1a2768266186a260f2e8f711b4d669c (patch) | |
tree | a69011e5859832dd56e5302d74fd536c96804a3c | |
parent | c7d8ac3057ce64b15e3f516ef34e59a157f81976 (diff) | |
download | i3-config-41eb6100a1a2768266186a260f2e8f711b4d669c.tar.lz i3-config-41eb6100a1a2768266186a260f2e8f711b4d669c.tar.xz i3-config-41eb6100a1a2768266186a260f2e8f711b4d669c.zip |
added more floating apps
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,11 +150,14 @@ for_window [class="(?i)pinentry"] floating enable for_window [class="(?i)simplescreenrecorder"] floating enable for_window [class="(?i)transmission"] floating enable # title +for_window [title="(?i)preferences"] floating enable +for_window [title="(?i)preferencias"] floating enable for_window [title="(?i)pulseaudio multiband EQ"] floating enable # 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 +for_window [window_role="(?i)task_dialog"] floating enable # Programs focus for_window [class="Xfce4-terminal"] focus |