diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config.d/windows | 7 | ||||
| l--------- | .config/systemd/user/default.target.wants/ydotool.service | 1 |
2 files changed, 5 insertions, 3 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 } diff --git a/.config/systemd/user/default.target.wants/ydotool.service b/.config/systemd/user/default.target.wants/ydotool.service deleted file mode 120000 index e3b4f63..0000000 --- a/.config/systemd/user/default.target.wants/ydotool.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/ydotool.service
\ No newline at end of file |
