aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc')
-rw-r--r--X/xinitrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/X/xinitrc b/X/xinitrc
deleted file mode 100644
index e86cac4d..00000000
--- a/X/xinitrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# If a file ~/.xrandrrc exists for monitor setup, source that first
-[ -e "$HOME"/.xrandrrc ] && . "$HOME"/.xrandrrc
-
-# Read X resources
-xrdb "$HOME"/.Xresources
-
-# Faster mouse acceleration with a natural threshold
-xset mouse 5/2 0
-
-# Load all supplementary scripts in ~/.xinitrc.d
-for sh in "$HOME"/.xinitrc.d/*.sh ; do
- [ -e "$sh" ] && . "$sh"
-done
-unset -v sh
-
-# Start window manager
-exec i3