From 72f012631107057aef22e709990584a9757205f6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 6 Jul 2024 16:12:34 +0200 Subject: [PATCH] Updated config --- .config/fish/config.fish | 9 +++++++-- .config/hypr/environment.conf | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c7a3e1b..946dca7 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -4,8 +4,13 @@ if status is-interactive set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0 end -export (/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator) +# Load systemd user environment +set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator + +if test -e $GENERATOR + export ($GENERATOR) +end # Add to PATH fish_add_path $GOPATH/bin -fish_add_path $HOME/.local/bin +fish_add_path $HOME/.local/bin \ No newline at end of file diff --git a/.config/hypr/environment.conf b/.config/hypr/environment.conf index 02513c0..873cad1 100644 --- a/.config/hypr/environment.conf +++ b/.config/hypr/environment.conf @@ -9,7 +9,7 @@ env = EGL_PLATFORM,wayland env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = GDK_BACKEND,wayland env = MOZ_ENABLE_WAYLAND,1 -env = SDL_VIDEODRIVER,wayland +env = SDL_VIDEODRIVER,wayland,x11,windows # Vulkan env = GSK_RENDERER,vulkan