diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-31 12:39:04 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-31 12:39:04 +0100 |
| commit | e951cf30006ef75e8eabd68aabeec0e2fd18d963 (patch) | |
| tree | ed6d477f81520c242b418e0bbaa74286e1886dd3 /.config/sway/config.d/windows | |
| parent | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (diff) | |
Several improvements:
Enable sway smart borders
Move media on bar so you're less likely to misclick
Add some effects to the terminal
Diffstat (limited to '.config/sway/config.d/windows')
| -rw-r--r-- | .config/sway/config.d/windows | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/sway/config.d/windows b/.config/sway/config.d/windows index 3111c6e..bb3b787 100644 --- a/.config/sway/config.d/windows +++ b/.config/sway/config.d/windows @@ -1,10 +1,11 @@ -for_window [app_id="kitty"] border none -for_window [class="firefox"] border none for_window [title="Picture-in-Picture"] { sticky enabe floating enable position 2567,619 size 791x445 } -for_window [class="net-runelite-client-RuneLite"] border none -for_window [app_id="firefox"] border none +for_window [app_id="pavucontrol"] { + floating enable + move position 1900px 0px + resize set 800 400 +} |
