mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
examples: fix example config (#12394)
This commit is contained in:
+10
-10
@@ -160,19 +160,19 @@ animations {
|
||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
||||
# workspace = f[1], gapsout:0, gapsin:0
|
||||
# windowrule {
|
||||
# name = smart-gaps-1
|
||||
# floating = false
|
||||
# on_workspace = n[s:window] w[tv1]
|
||||
#
|
||||
# name = no-gaps-wtv1
|
||||
# match:float = false
|
||||
# match:workspace = w[tv1]
|
||||
#
|
||||
# border_size = 0
|
||||
# rounding = 0
|
||||
# }
|
||||
#
|
||||
#
|
||||
# windowrule {
|
||||
# name = smart-gaps-2
|
||||
# floating = false
|
||||
# on_workspace = n[s:window] f[1]
|
||||
#
|
||||
# name = no-gaps-f1
|
||||
# match:float = false
|
||||
# match:workspace = f[1]
|
||||
#
|
||||
# border_size = 0
|
||||
# rounding = 0
|
||||
# }
|
||||
@@ -319,7 +319,7 @@ windowrule {
|
||||
|
||||
windowrule {
|
||||
# Fix some dragging issues with XWayland
|
||||
match:name = fix-xwayland-drags
|
||||
name = fix-xwayland-drags
|
||||
match:class = ^$
|
||||
match:title = ^$
|
||||
match:xwayland = true
|
||||
|
||||
Reference in New Issue
Block a user