diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-28 06:57:24 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-28 06:57:24 -0600 |
| commit | 1356c6725aed4e4f94552a916c8c0799976160b7 (patch) | |
| tree | 381e3bde1c1fb05aabeceacf4698d5db4bec232d /dotfiles/common/.config/systemd | |
| parent | a18fbcc014eaafa7699d0e3eb7c95e20a9cbea17 (diff) | |
| download | archsetup-1356c6725aed4e4f94552a916c8c0799976160b7.tar.gz archsetup-1356c6725aed4e4f94552a916c8c0799976160b7.zip | |
fix(hyprland): resolve waybar 25s startup delay and separate X11 dotfiles
- Add portals.conf with Settings=none to prevent D-Bus timeout
- Reorder exec-once: portal/dbus first, then services, then apps
- Move X11-specific dotfiles from common/ to dwm/ (Xresources, xinitrc,
picom, redshift, conky, flameshot, touchpad-indicator)
- Delete obsolete xdg-desktop-portal-gtk drop-in from common/
Diffstat (limited to 'dotfiles/common/.config/systemd')
| -rw-r--r-- | dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf b/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf deleted file mode 100644 index e8c5e8f..0000000 --- a/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Service] -Environment="DISPLAY=:0" -Environment="XAUTHORITY=/home/cjennings/.Xauthority"
\ No newline at end of file |
