- Mar 03, 2018
-
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Markus Teich authored
-
Rudolf Polzer authored
-
Markus Teich authored
-
- Mar 02, 2018
-
-
Rudolf Polzer authored
-
- Mar 01, 2018
-
-
Rudolf Polzer authored
-
- Feb 27, 2018
-
-
Rudolf Polzer authored
-
Rudolf Polzer authored
This does nothing in KWin though (works anyway), and it looks like other compositors currently do not support this flag anyway. This makes it however easier for compositors to fix incompatbilities by adding support for the flag.
-
- Feb 24, 2018
-
-
Rudolf Polzer authored
If this should happen, we'll just map it again. Yes, this is still bad, as that means that after unlocking the screen the output may be still black - but at least one can workaround that by forcing Compton to redirect again (e.g. by alt-tabbing around). Better than revealing screen content despite lock.
-
Rudolf Polzer authored
Explicitly XCloseDisplay before exit (makes sure our windows actually get properly destroyed, leaving black background and not the last password prompt on the display), and add a test case tool that breaks compton --background glx.
-
- Feb 23, 2018
-
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
saver_xscreensaver: also parse 'mode' and 'selected' so one can better configure this using xscreensaver-demo
-
Rudolf Polzer authored
-
Rudolf Polzer authored
They're already mlock'd anyway, but this is still better e.g. against physical attacks.
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
Helpers: remove bash dependency.
-
Rudolf Polzer authored
-
Rudolf Polzer authored
cppcheck: Fix unportable use of getpwuid() (PAM might call this too and overwrite our username buffer).
-
Rudolf Polzer authored
-
Rudolf Polzer authored
Possibly interesting use: xprop -id `./get-compositor`.
-
- Feb 22, 2018
-
-
Rudolf Polzer authored
Doing so is harmless as we're OverrideRedirect anyway, but may also help a compositor ignore our window.
-
Rudolf Polzer authored
saver_multiplex: fix another stuckness issue made visible by 47a634fc, and add an automated test to detect it (and other screen resize issues) in the future.
-
Rudolf Polzer authored
-
Rudolf Polzer authored
Don't run tests with a Xinerama setup because Xephyr does it wrong (root window instantly resizes to the first screen, and Xrandr info is incomplete).
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
-
Rudolf Polzer authored
Set WM_NAME, WM_COMMAND, WM_CLASS on xsecurelock's windows for easier debugging and compositor configuration.
-
- Feb 21, 2018
-
-
Rudolf Polzer authored
- Annotate some intentionally unused variables with (void). - oclint found a bug in saver_multiplex that causes unnecessary screen saver restarts when receiving an XRandR event without a contentful configuration change.
-