aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc12
1 files changed, 11 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index bfeb0a2..f52892e 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,4 +1,7 @@
#!/bin/sh
+#
+# ~/.xinitrc
+#
# Run all system xinitrc shell scripts.
xinitdir="/etc/X11/xinit/xinitrc.d"
@@ -9,7 +12,14 @@ if [ -d "$xinitdir" ]; then
. "$script"
fi
done
+ unset $script
fi
-[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
+[ -f ~/.Xresources ] && xrdb -load ~/.Xresources
+
+# disable beep
+xset b off
+
+# disable CapsLock
+setxkbmap -option ctrl:nocaps