From 87a8141336469f2be42ccaff21b0c16dbc0f993b Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 17 Oct 2022 11:42:31 -0400 Subject: [PATCH] Sticky Themes! Not published yet, so it will cause an error in 1.7 --- sway/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 8967cef5e..61744eb36 100755 --- a/sway/config +++ b/sway/config @@ -71,8 +71,10 @@ client.focused $base05 $base0D $base00 $base0D $base0D client.focused_inactive $base01 $base01 $base05 $base03 $base01 client.unfocused $base01 $base00 $base05 $base01 $base01 client.urgent $base08 $base08 $base00 $base08 $base08 -# Feature request placed for this, but it does not exist as of 1.7 -#client.sticky $base08 $base08 $base00 $base08 $base08 +# Feature request (https://github.com/swaywm/sway/pull/7208) does not exist as of 1.7 +#client.sticky $base04 $base04 $base04 $base04 $base04 +#client.sticky_inactive $base06 $base06 $base06 $base06 $base06 +#client.sticky_unfocused $base07 $base07 $base07 $base07 $base07 client.placeholder $base00 $base00 $base05 $base00 $base00 ################################################################################