[kanaya] i3: add window rule for VS Code
This commit is contained in:
parent
237b2e94bc
commit
be3cc54465
|
|
@ -321,6 +321,9 @@ assign [class="^Gajim$"] output $OUTPUT2
|
|||
assign [class="^Gajim$"] number $WS_com
|
||||
for_window [class="^Gajim$"] floating enable
|
||||
|
||||
# ~~ VS Code
|
||||
for_window [class="^code-oss$"] layout tabbed
|
||||
|
||||
# ~~ Jetbrains IDE
|
||||
for_window [class="^jetbrains-"] layout tabbed
|
||||
for_window [class="^jetbrains-" title="Commit Changes"] floating disable
|
||||
|
|
|
|||
Loading…
Reference in New Issue