diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
| commit | 944ddd206af7fd7895d5b149203cd7affa64ca60 (patch) | |
| tree | f8e39637100d34d90c8dabc5b3d515196f7a86d4 /.config/environment.d | |
| parent | 9be248d6caf5d5592883928276231548cd56c360 (diff) | |
a lot of stuff
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 |
