commit d3ab69b02049966fc15a32bc8506d7bb210cbd13 Author: David Thurstenson Date: Sat Jul 16 20:21:24 2022 -0500 Initial commit and test diff --git a/.profile b/.profile new file mode 100644 index 0000000..d08a68a --- /dev/null +++ b/.profile @@ -0,0 +1,6 @@ +### +# Thurstylark's profile + + +# Enable Wayland mode for Mozilla apps (mainly focused on Firefox) +export MOZ_ENABLE_WAYLAND=1 diff --git a/.profile.d/available/example.profile.ex b/.profile.d/available/example.profile.ex new file mode 100644 index 0000000..e69de29 diff --git a/.profile.d/enabled/example.profile.ex b/.profile.d/enabled/example.profile.ex new file mode 120000 index 0000000..662fbc7 --- /dev/null +++ b/.profile.d/enabled/example.profile.ex @@ -0,0 +1 @@ +../available/example.profile.ex \ No newline at end of file