summaryrefslogtreecommitdiff
path: root/home/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.profile')
-rwxr-xr-xhome/.profile17
1 files changed, 17 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile
new file mode 100755
index 0000000..44febe4
--- /dev/null
+++ b/home/.profile
@@ -0,0 +1,17 @@
+export XDG_CONFIG_HOME="$HOME/.config"
+
+export WLR_NO_HARDWARE_CURSORS=1
+
+export XKB_DEFAULT_MODEL=pc101
+export XKB_DEFAULT_LAYOUT=us,hu
+export XKB_DEFAULT_VARIANT=,101_qwerty_dot_nodead
+export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,numpad:mac
+
+export GTK_THEME=Adwaita:dark
+export QT_STYLE_OVERRIDE=adwaita-dark
+export EDITOR=/bin/nvim
+export MOZ_ENABLE_WAYLAND=1
+
+if [ -d "$HOME/.local/bin" ]; then
+ export PATH="$HOME/.local/bin:$PATH"
+fi