summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-11-06 19:30:56 +0100
committerJulian T <julian@jtle.dk>2020-11-06 19:30:56 +0100
commit5fd95daceb6663f78647358e232a6396ff385ed0 (patch)
treede92776c45daf94132c44c3217e0590a919ed315 /xinit
parentda4b04592970b566a5a0019385363bd75a49fab1 (diff)
Added dwm launch things
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