update of dotfiles

This commit is contained in:
Frank Zechert
2026-08-09 16:14:55 +02:00
parent fb4f54e9fa
commit d519d0d187
10 changed files with 180 additions and 245 deletions
@@ -217,6 +217,10 @@ rule(
{ matches_class("^(org.gnome.seahorse.Application)$") },
{ float(), center(), size(800, 600) }
)
rule(
{ matches_class("^(hyprland-share-picker)$") },
{ float(), center(), pin() }
)
-- Nemo
rule(
@@ -277,3 +281,9 @@ rule(
{ float(), size(700, 600), center(), pin() }
)
-- Teams
rule(
{ matches_title("^(Teams for Linux - Screen is being shared)$") },
{ float(), size(600, 300), pin() }
)