diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-07-23 21:24:39 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:40:49 -0600 |
commit | cd5151ce77ff6137c41c9f4745d7db3ec043b535 (patch) | |
tree | 182f1f6924029bbf52a6cc76478c1a1d43aa944e /desktop | |
parent | c7ffac17e7e5dd3c7de5ee91ecaee85bb4c6a4f2 (diff) |
desktop: remove i3float window class
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/.config/i3/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/.config/i3/config b/desktop/.config/i3/config index cfbdb3c..d67e602 100644 --- a/desktop/.config/i3/config +++ b/desktop/.config/i3/config @@ -66,11 +66,6 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child -# float any window with "i3float" as the class. -# we use this for launching the networkmanager ncurses -# interface in a popup. -for_window [class="^i3float$"] floating enable - # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. set $ws1 "1" |