summaryrefslogtreecommitdiff
path: root/defaults/xinitrc.xfce4-session
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/xinitrc.xfce4-session')
-rwxr-xr-xdefaults/xinitrc.xfce4-session26
1 files changed, 0 insertions, 26 deletions
diff --git a/defaults/xinitrc.xfce4-session b/defaults/xinitrc.xfce4-session
deleted file mode 100755
index 79875179..00000000
--- a/defaults/xinitrc.xfce4-session
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-xsetroot -solid black -cursor_name watch
-
-# Those are my settings, change them as appropriate...
-# Xft DPI: 96
-# Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
-# Xft hinting: 1/0
-
-xrdb -merge - << EOF
-Xft.dpi: 96
-Xft.hinting: 1
-Xft.hintstyle: hintmedium
-EOF
-
-# Launch xscreensaver (if available), but only as non-root user
-test $UID -gt 0 && xscreensaver -no-splash &
-
-if test -f $HOME/.Xmodmap; then
- xmodmap $HOME/.Xmodmap
-fi
-
-# launch the session manager
-xfce4-session
-
-xsetroot -solid black -cursor_name watch