(i3) added window rule for Slay
This commit is contained in:
@@ -218,11 +218,16 @@ set $text_focus #000000
|
|||||||
set $transp #00000000
|
set $transp #00000000
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $cyan $back_focus $text_focus $cyan $cyan
|
client.focused $cyan $background $text_focus $cyan $cyan
|
||||||
client.focused_inactive $transp $back_focus $text_focus $transp $transp
|
client.focused_inactive $transp $background $text_focus $transp $transp
|
||||||
client.unfocused $transp $back_focus $text_focus $transp $transp
|
client.unfocused $transp $background $text_focus $transp $transp
|
||||||
client.urgent $transp $back_focus $text_focus $transp $transp
|
client.urgent $transp $background $text_focus $transp $transp
|
||||||
client.placeholder $transp $back_focus $text_focus $transp $transp
|
client.placeholder $transp $background $text_focus $transp $transp
|
||||||
client.background $background
|
client.background $background
|
||||||
|
|
||||||
exec i3-msg workspace number $ws1
|
exec i3-msg workspace number $ws1
|
||||||
|
|
||||||
|
|
||||||
|
# window rules
|
||||||
|
for_window [title="Slay -.*"] floating enable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user