summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xprofile12
1 files changed, 12 insertions, 0 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile
new file mode 100755
index 0000000..4ddff10
--- /dev/null
+++ b/xinit/.xprofile
@@ -0,0 +1,12 @@
+export _JAVA_AWT_WM_NONREPARENTING=1
+export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
+export TERM=termite
+export TERMINAL=termite
+
+# export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
+
+export XKB_DEFAULT_LAYOUT=us
+export XKB_DEFAULT_VARIANT=altgr-intl
+
+export LOPTS="screensaver composer gnome-keyring"
+source $HOME/Scripts/xlaunchrc