comment sway opinionated env vars in common

This commit is contained in:
Peter Tillemans 2025-07-31 14:37:07 +02:00
parent 6fddb7942d
commit d875f5753e

View file

@ -201,7 +201,8 @@
(list (list
(service home-bash-service-type (service home-bash-service-type
(home-bash-configuration (home-bash-configuration
(aliases '(("gst" . "git status") (aliases '(("ec" . "emacsclient -a=''")
("gst" . "git status")
("gca" . "git commit -a") ("gca" . "git commit -a")
("gcl" . "git clone") ("gcl" . "git clone")
("gco" . "git checkout") ("gco" . "git checkout")
@ -292,15 +293,16 @@
;; Set Wayland-specific environment variables (taken from RDE) ;; Set Wayland-specific environment variables (taken from RDE)
("XDG_CURRENT_DESKTOP" . "sway") ;;("XDG_CURRENT_DESKTOP" . "sway")
("XDG_SESSION_TYPE" . "wayland") ;;("XDG_SESSION_TYPE" . "wayland")
("RTC_USE_PIPEWIRE" . "true") ;;("RTC_USE_PIPEWIRE" . "true")
("SDL_VIDEODRIVER" . "wayland") ;;("SDL_VIDEODRIVER" . "wayland")
("MOZ_ENABLE_WAYLAND" . "1") ;;("MOZ_ENABLE_WAYLAND" . "1")
("CLUTTER_BACKEND" . "wayland") ;;("CLUTTER_BACKEND" . "wayland")
("ELM_ENGINE" . "wayland_egl") ;;("ELM_ENGINE" . "wayland_egl")
("ECORE_EVAS_ENGINE" . "wayland-egl") ;;("ECORE_EVAS_ENGINE" . "wayland-egl")
("QT_QPA_PLATFORM" . "wayland-egl"))) ;;("QT_QPA_PLATFORM" . "wayland-egl")
))
(simple-service 'additional-fonts-service (simple-service 'additional-fonts-service
home-fontconfig-service-type home-fontconfig-service-type
(list (list