Can someone review this commit, please ?

This commit is contained in:
coolnsx
2023-09-08 00:13:17 +05:30
parent 46a74bdbb5
commit e5965d8697
12 changed files with 115 additions and 84 deletions

View File

@@ -1,2 +1,22 @@
#these environment variables are imported by systemd for this user only
[Service]
Environment="PATH=$PATH:$HOME/.local/bin/"
Environment="SDL_VIDEODRIVER=wayland"
Environment="QT_QPA_PLATFORM=wayland"
Environment="XDG_CURRENT_DESKTOP=Hyprland"
Environment="XDG_SESSION_DESKTOP=Hyprland"
Environment="QT_QPA_PLATFORMTHEME=qt5ct"
Environment="GDK_BACKEND=wayland,x11"
Environment="MOZ_ENABLE_WAYLAND=1"
Environment="XDG_SESSION_TYPE=wayland"
Environment="EDITOR=nvim"
Environment="VISUAL=nvim"
Environment="TERMINAL=foot"
Environment="OPENER=xdg-open"
Environment="VIDEO=mpv"
Environment="WM=hyprland"
Environment="IMAGE=nsxiv"
Environment="LIBSEAT_BACKEND=logind"
Environment="PATH=$PATH:$HOME/.local/bin"
Environment="VDPAU_DRIVER=va_gl"