comment sway opinionated env vars in common
This commit is contained in:
parent
6fddb7942d
commit
d875f5753e
1 changed files with 12 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue