fixing cosmic rendering
This commit is contained in:
parent
dfe8e018dc
commit
3cd0e52906
2 changed files with 12 additions and 0 deletions
|
@ -424,6 +424,12 @@ I am currently using NixOS. In order for emacs to have access to certain program
|
|||
(setenv "NIX_REMOTE" "daemon")
|
||||
(setenv "XCURSOR_THEME" "phinger-cursors-light")
|
||||
(setenv "QT_SCALE_FACTOR" "1")
|
||||
(setenv "QT_QPA_PLATFORM" "wayland;xcb")
|
||||
(setenv "CLUTTER_BACKEND" "wayland")
|
||||
(setenv "GDK_BACKEND" "wayland,x11")
|
||||
(setenv "SDL_VIDEODRIVER" "wayland")
|
||||
(setenv "WAYLAND_DISPLAY" "wayland-1")
|
||||
(setenv "XDG_SESSION_TYPE" "wayland")
|
||||
|
||||
(defun chris/nix-reload ()
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue