diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-15 09:15:59 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-15 09:15:59 +0100 |
| commit | 26fc643882b0b657ec39932f1d4b2f05c2bcf1d7 (patch) | |
| tree | 4638811f1d41330bdfc215cf4884f4982d2c4f01 /.config/sway | |
| parent | 0ee5905ebfcaed954fd1b3dccd4af6aa3ecf0123 (diff) | |
changes
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config.d/windows | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sway/config.d/windows b/.config/sway/config.d/windows index bb3b787..10ffd7b 100644 --- a/.config/sway/config.d/windows +++ b/.config/sway/config.d/windows @@ -3,9 +3,12 @@ for_window [title="Picture-in-Picture"] { floating enable position 2567,619 size 791x445 + focus parent } + for_window [app_id="pavucontrol"] { floating enable - move position 1900px 0px - resize set 800 400 + move position cursor + resize set 600 300 + focus } |
