Commit Graph

7 Commits

Author SHA1 Message Date
00c7e6dfb2 Move X11 error handler registration to before screen sets (#62)
If X11 throws an error during screen config get/set, the default error
handler at the time will be one which causes a program exit. This
splits the error handler registration in xevent into its own call,
allowing us to register our error handler earlier on. This results in
the safe error handling logic actually being called instead of a full
program exit.
2024-03-27 21:38:33 +01:00
b40c0778c8 file chooser dialog diabled by default. 2023-11-24 10:39:09 +01:00
c70c8217de add unminimize. 2023-04-24 22:19:48 +02:00
466185fc24 fixed by using XFlush. 2023-04-24 22:19:48 +02:00
47a3f6d6fb twice toggle maximizes for fullscreen. 2023-04-24 22:19:48 +02:00
3ef4c5ce0f use DefaultRootWindow. 2023-04-24 22:19:48 +02:00
8593d2d0fd move shared code to pkg. 2022-03-20 11:43:00 +01:00