forked from extern/nix-config
74b6975ba5
xeventbind is a useful program that lets you run any command on resolution change, similar to how GNOME on Wayland is able to change scaling on on resolution change, but not exactly. Since we're still using X, existing programs are not affected; they have to be restarted instead.
14 lines
425 B
Markdown
Vendored
14 lines
425 B
Markdown
Vendored
# tari-util-xeventbind
|
|
|
|
[xeventbind][xeventbind] is used to run a script on resolution change.
|
|
|
|
xeventbind can be used to:
|
|
|
|
- Change the X DPI for specific resolutions, useful, for example, if you switch between traditional and HiDPI displays often
|
|
|
|
You should not use xeventbind if:
|
|
|
|
- You don't change resolutions often or don't need to run anything on resolution change
|
|
|
|
[xeventbind]: https://github.com/ritave/xeventbind
|