summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'xinit')
-rw-r--r--xinit/#pre_stow.sh#3
-rw-r--r--xinit/.Xmodmap4
-rw-r--r--xinit/.zprofile3
-rwxr-xr-xxinit/Scripts/xlaunchrc31
4 files changed, 41 insertions, 0 deletions
diff --git a/xinit/#pre_stow.sh# b/xinit/#pre_stow.sh#
new file mode 100644
index 0000000..c972151
--- /dev/null
+++ b/xinit/#pre_stow.sh#
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+mkdir -p ~/Scripts
diff --git a/xinit/.Xmodmap b/xinit/.Xmodmap
new file mode 100644
index 0000000..89d617a
--- /dev/null
+++ b/xinit/.Xmodmap
@@ -0,0 +1,4 @@
+clear lock
+clear control
+keycode 66 = Control_R
+add control = Control_R Control_L
diff --git a/xinit/.zprofile b/xinit/.zprofile
new file mode 100644
index 0000000..b78f84a
--- /dev/null
+++ b/xinit/.zprofile
@@ -0,0 +1,3 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc
new file mode 100755
index 0000000..2a27fa2
--- /dev/null
+++ b/xinit/Scripts/xlaunchrc
@@ -0,0 +1,31 @@
+#!/usr/bin/env bash
+
+set +e
+
+setxkbmap -layout us -variant altgr-intl
+
+export _JAVA_AWT_WM_NONREPARENTING=1
+feh --bg-tile /home/julian/Pictures/defaultWall.*
+export TERM=xfce4-terminal
+export TERMINAL=xfce4-terminal
+
+export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
+
+dbus-update-activation-environment --systemd DISPLAY &
+eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) &
+
+xmodmap .Xmodmap
+xcape -e "Control_R=Escape"
+
+nm-applet &
+xscreensaver &
+xss-lock -- xscreensaver-command --lock &
+dunst &
+# xcompmgr &
+
+# play ~/Winsounds/login.wav -q &
+
+autorandr -c
+xfce4-panel &
+
+# Please do not block