Commit graph

11 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
717d096d5b
environment: xdg: Add system directories 2024-11-14 15:41:24 +05:30
aa460099c4
environment: Prevent systemd from requiring horizontal scroll 2024-09-26 15:11:21 +05:30
b53015dc7d
environment: Disable RTKit and enable log colours for PipeWire 2024-03-22 18:30:05 +05:30
d72dadaa1a
environment: Enable Debuginfod 2022-12-28 22:32:22 +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
e8ca57fa0e environment: Add QT environment variables for Wayland
See https://wiki.archlinux.org/title/Wayland#Qt.
2022-01-26 18:27:35 +05:30
db9f8c8f58 sway: Fix import of environment variables
See https://wiki.archlinux.org/title/Sway#Manage_Sway-specific_daemons_with_systemd.
2021-10-22 15:43:57 +05:30
05417eea5a environment: Add systemd's user service environment
For now, we enable wayland specific environment variables. Might add
more later.
2021-03-03 13:07:09 +05:30