examples: fix example config (#12394)
This commit is contained in:
parent
e4b40abce6
commit
6a8d306992
1 changed files with 10 additions and 10 deletions
|
|
@ -160,18 +160,18 @@ animations {
|
||||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
# workspace = w[tv1], gapsout:0, gapsin:0
|
||||||
# workspace = f[1], gapsout:0, gapsin:0
|
# workspace = f[1], gapsout:0, gapsin:0
|
||||||
# windowrule {
|
# windowrule {
|
||||||
# name = smart-gaps-1
|
# name = no-gaps-wtv1
|
||||||
# floating = false
|
# match:float = false
|
||||||
# on_workspace = n[s:window] w[tv1]
|
# match:workspace = w[tv1]
|
||||||
#
|
#
|
||||||
# border_size = 0
|
# border_size = 0
|
||||||
# rounding = 0
|
# rounding = 0
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
# windowrule {
|
# windowrule {
|
||||||
# name = smart-gaps-2
|
# name = no-gaps-f1
|
||||||
# floating = false
|
# match:float = false
|
||||||
# on_workspace = n[s:window] f[1]
|
# match:workspace = f[1]
|
||||||
#
|
#
|
||||||
# border_size = 0
|
# border_size = 0
|
||||||
# rounding = 0
|
# rounding = 0
|
||||||
|
|
@ -319,7 +319,7 @@ windowrule {
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
match:name = fix-xwayland-drags
|
name = fix-xwayland-drags
|
||||||
match:class = ^$
|
match:class = ^$
|
||||||
match:title = ^$
|
match:title = ^$
|
||||||
match:xwayland = true
|
match:xwayland = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue