You are not logged in.
Pages: 1
As of the past 2 days or so the centering of windows is no longer functional.
I have set and set and set in the Window Manager Tweaks and it works maybe once and then fails.
I am on Arch so I suspect some upgrade, perhaps thunar or
upgraded xfce4-session (4.12.1-7 -> 4.12.1-8)
Any ideas?
Offline
Sorta fixed it by a login script.
#!/bin/bash
sleep 1
xfconf-query -c xfwm4 -p /general/placement_ratio -s 50
sleep 1s
xfconf-query -c xfwm4 -p /general/placement_ratio -s 100
exit 0
Works.
BTW the centering if effected by just changing the theme.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 511.3 KiB (Peak: 530.84 KiB) ]