diff options
Diffstat (limited to '.config/environment.d')
| -rw-r--r-- | .config/environment.d/editor.conf | 3 | ||||
| -rw-r--r-- | .config/environment.d/firefox.conf | 2 | ||||
| -rw-r--r-- | .config/environment.d/go.conf | 2 | ||||
| -rw-r--r-- | .config/environment.d/hdr.conf | 5 | ||||
| -rw-r--r-- | .config/environment.d/local-bin.conf | 1 | ||||
| -rw-r--r-- | .config/environment.d/mangohud.conf | 1 |
6 files changed, 14 insertions, 0 deletions
diff --git a/.config/environment.d/editor.conf b/.config/environment.d/editor.conf new file mode 100644 index 0000000..bc413c7 --- /dev/null +++ b/.config/environment.d/editor.conf @@ -0,0 +1,3 @@ +EDITOR=nvim +VISUAL=nvim +SYSTEMD_EDITOR=nvim diff --git a/.config/environment.d/firefox.conf b/.config/environment.d/firefox.conf new file mode 100644 index 0000000..b49e081 --- /dev/null +++ b/.config/environment.d/firefox.conf @@ -0,0 +1,2 @@ +GDK_BACKEND=wayland +MOZ_ENABLE_WAYLAND=1 diff --git a/.config/environment.d/go.conf b/.config/environment.d/go.conf new file mode 100644 index 0000000..8897419 --- /dev/null +++ b/.config/environment.d/go.conf @@ -0,0 +1,2 @@ +GOPATH=$HOME/.local/gopath +PATH=$PATH:$HOME/.local/go/bin diff --git a/.config/environment.d/hdr.conf b/.config/environment.d/hdr.conf new file mode 100644 index 0000000..38c77d7 --- /dev/null +++ b/.config/environment.d/hdr.conf @@ -0,0 +1,5 @@ +PROTON_ENABLE_HDR=1 +PROTON_ENABLE_WAYLAND=1 +DXVK_HDR=1 +WLR_RENDERER=vulkan +SDL_VIDEODRIVER=wayland diff --git a/.config/environment.d/local-bin.conf b/.config/environment.d/local-bin.conf index ba35e6d..c4d725c 100644 --- a/.config/environment.d/local-bin.conf +++ b/.config/environment.d/local-bin.conf @@ -1 +1,2 @@ PATH="$HOME/.local/bin:$PATH" +PATH="$PATH:/home/ewout/.local/share/JetBrains/Toolbox/scripts" diff --git a/.config/environment.d/mangohud.conf b/.config/environment.d/mangohud.conf new file mode 100644 index 0000000..fac08a8 --- /dev/null +++ b/.config/environment.d/mangohud.conf @@ -0,0 +1 @@ +MANGOHUD=1 |
