diff options
Diffstat (limited to 'profiles')
-rwxr-xr-x | profiles/zprofile.libreX60 | 4 | ||||
-rwxr-xr-x | profiles/zprofile.voidx250 | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/profiles/zprofile.libreX60 b/profiles/zprofile.libreX60 new file mode 100755 index 0000000..d4f4e9c --- /dev/null +++ b/profiles/zprofile.libreX60 @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh + +export WM="awesome" +export TERMINAL="st" diff --git a/profiles/zprofile.voidx250 b/profiles/zprofile.voidx250 new file mode 100755 index 0000000..61eb34e --- /dev/null +++ b/profiles/zprofile.voidx250 @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" # .desktop files |