Commit graph

4 commits

Author SHA1 Message Date
c1f0f9f6c9
environment: qt: Only allow Wayland as platform
This fixed the problem of applications like Calibre and OBS
crashing and complaining about the platform even though the
platform plugin was correctly found. Any ways anything still
depending on X needs to die.
2024-11-19 12:11:33 +05:30
a71ab7c5b7
environment: qt: Drop platform theme
We do not keep qt5ct or qt6ct installed anymore.
2024-11-15 13:43:20 +05:30
f406db2645 environment: qt: Allow both Wayland and X for Qt 2022-11-04 09:54:55 +05:30
0fcf2563ad environment: Set up environment variables via systemd
We were setting these in fish shell setup during login. Move them
here so that they can be correctly inherited by systemd services.

Without this, the tmux session service does not get the environment
variables which do not get set by the time tmux session service starts.

https://www.freedesktop.org/software/systemd/man/environment.d.html
2022-10-03 11:37:04 +05:30