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
|
||||
(service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
(aliases '(("gst" . "git status")
|
||||
(aliases '(("ec" . "emacsclient -a=''")
|
||||
("gst" . "git status")
|
||||
("gca" . "git commit -a")
|
||||
("gcl" . "git clone")
|
||||
("gco" . "git checkout")
|
||||
|
@ -292,15 +293,16 @@
|
|||
|
||||
|
||||
;; Set Wayland-specific environment variables (taken from RDE)
|
||||
("XDG_CURRENT_DESKTOP" . "sway")
|
||||
("XDG_SESSION_TYPE" . "wayland")
|
||||
("RTC_USE_PIPEWIRE" . "true")
|
||||
("SDL_VIDEODRIVER" . "wayland")
|
||||
("MOZ_ENABLE_WAYLAND" . "1")
|
||||
("CLUTTER_BACKEND" . "wayland")
|
||||
("ELM_ENGINE" . "wayland_egl")
|
||||
("ECORE_EVAS_ENGINE" . "wayland-egl")
|
||||
("QT_QPA_PLATFORM" . "wayland-egl")))
|
||||
;;("XDG_CURRENT_DESKTOP" . "sway")
|
||||
;;("XDG_SESSION_TYPE" . "wayland")
|
||||
;;("RTC_USE_PIPEWIRE" . "true")
|
||||
;;("SDL_VIDEODRIVER" . "wayland")
|
||||
;;("MOZ_ENABLE_WAYLAND" . "1")
|
||||
;;("CLUTTER_BACKEND" . "wayland")
|
||||
;;("ELM_ENGINE" . "wayland_egl")
|
||||
;;("ECORE_EVAS_ENGINE" . "wayland-egl")
|
||||
;;("QT_QPA_PLATFORM" . "wayland-egl")
|
||||
))
|
||||
(simple-service 'additional-fonts-service
|
||||
home-fontconfig-service-type
|
||||
(list
|
||||
|
|
Loading…
Add table
Reference in a new issue