summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--_xinitrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/_xinitrc b/_xinitrc
new file mode 100644
index 00000000..3b8385f4
--- /dev/null
+++ b/_xinitrc
@@ -0,0 +1,16 @@
+eval `dbus-launch --sh-syntax --exit-with-session`
+
+xrdb ~/.Xresources &
+xautolock -locker slimlock &
+
+# Keyboard stuff
+xmodmap -e "clear Lock" -e "keysym Caps_Lock = Escape" # Caps Lock -> Esc
+xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key" # Right Alt -> Compose
+
+DEFAULT=openbox-session
+
+if [[ $1 ]]; then
+    exec $1
+else
+    exec $DEFAULT
+fi
tle='2019-07-11 17:25:10 -0400'>2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe