diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-01 13:37:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-01 13:37:08 +0200 |
commit | db520fa1c5a67cc028567573d1f2abf7a3395135 (patch) | |
tree | b0dee337b5d1783a1a55760bbbc9f3c52096a548 | |
parent | cc7ac583a24c5d45bd904b75d39cf23fd765f4eb (diff) |
update new steam floating window class
-rw-r--r-- | .config/i3/config##template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/i3/config##template b/.config/i3/config##template index 19bad90..49a2caf 100644 --- a/.config/i3/config##template +++ b/.config/i3/config##template @@ -90,8 +90,7 @@ bindsym $mod+Shift+7 move container to workspace number $ws7 bindsym $mod+Shift+8 move container to workspace number $ws8 # always floating windows -for_window [class="Steam"] floating enable -for_window [class="cinquo"] floating enable +for_window [class="steam"] floating enable for_window [class="RAIL"] floating enable for_window [class="Conky"] floating enable for_window [title="Farge"] floating enable |