···2424# --------WINDOWS-------------------
2525#
2626# Just dash of opacity
2727-windowrule = opacity 0.99 0.97, class:.*
2828-windowrule = opacity 1 0.99, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$
2727+windowrule {
2828+ name = windowrule-1
2929+ opacity = 0.99 0.97
3030+ match:class = .*
3131+}
3232+3333+windowrule {
3434+ name = windowrule-2
3535+ opacity = 1 0.99
3636+ match:class = ^(Chromium|chromium|google-chrome|google-chrome-unstable)$
3737+}
3838+29393040#Clipboard -floating
3131-windowrulev2 = float,class:(clipse) # ensure you have a floating window class set if you want this behavior
3232-windowrulev2 = size 622 652,class:(clipse) # set the size of the window as necessary
4141+windowrule {
4242+ name = windowrule-3
4343+ float = on
4444+ match:class = (clipse) # ensure you have a floating window class set if you want this behavior
4545+}
4646+4747+windowrule {
4848+ name = windowrule-4
4949+ size = 622 652
5050+ match:class = (clipse) # set the size of the window as necessary
5151+}
5252+33533454#Image browser -floating
3535-windowrulev2 = float,title:(Screenshot Browser) # ensure you have a floating window class set if you want this behavior
3636-windowrulev2 = size 1200 800,title:(Screenshot Browser) # set the size of the window as necessary
5555+windowrule {
5656+ name = windowrule-5
5757+ float = on
5858+ match:title = (Screenshot Browser) # ensure you have a floating window class set if you want this behavior
5959+}
6060+6161+windowrule {
6262+ name = windowrule-6
6363+ size = 1200 800
6464+ match:title = (Screenshot Browser) # set the size of the window as necessary
6565+}
6666+6767+6868+# floating Screenshot: larger than default - override omarchy default
6969+windowrule {
7070+ name = windowrule-7
7171+ size = 1200 800
7272+ match:class = ^(com.gabm.satty)$
7373+}
7474+7575+7676+windowrule {
7777+ name = windowrule-8
7878+ no_screen_share = on
7979+ tag = +floating-window
8080+ match:class = ^(io.ente.auth)$
8181+}
37828383+8484+##input.conf OVERWRITE
3885# floating Screenshot: larger than default - override omarchy default
3939-windowrule = size 1200 800, class:^(com.gabm.satty)$
8686+windowrule {
8787+ name = windowrule-1
8888+ size = 1200 800
8989+ match:class = ^(com.gabm.satty)$
9090+}
40914141-windowrule = noscreenshare, class:^(io.ente.auth)$
4242-windowrule = tag +floating-window, class:^(io.ente.auth)$