diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-06 16:59:48 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-06 16:59:48 +0100 |
| commit | 24082482e1819d490a7788a03be18089062b40bb (patch) | |
| tree | 6dc1efb7de8a3c682231eb69d122d44b21d895cf | |
| parent | b3b9c0f6e79a2b16e2ebb88e873818887824bf34 (diff) | |
Added anchored window placement to cow.conf
| -rw-r--r-- | .config/cow/cow.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 44ec0df..3cb84b4 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -256,6 +256,12 @@ rule -g -Ton-map -ncowclock-chrome -s %cowclock decor -a cowclock-nodecor # rule -T on-desk -t :1 -n per-1 decor -a per-1 # rule -T on-desk -t :2 -n per-2 decor -a per-2 +# Keep an application's natural size and place it against the top-right of +# the usable area when it first opens. +# style -g -n top-right-terminal -s %foot { +# placement.anchor top-right +# } + # On restart, stop existing panel and status-program processes before startup # commands create replacements. Keep this list in sync with programs started # here or by your compositor's startup file. |
