Skip to content

Instantly share code, notes, and snippets.

@jerinphilip
Created August 30, 2015 07:08
Show Gist options
  • Select an option

  • Save jerinphilip/312e4cd3e46be08e020c to your computer and use it in GitHub Desktop.

Select an option

Save jerinphilip/312e4cd3e46be08e020c to your computer and use it in GitHub Desktop.
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xrdb -merge ~/.Xresources #To merge settings
nm-applet &> /dev/null & #NetworkManager
xscreensaver -no-splash & #Screensaver
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & #Compositing
ibus-daemon -d --xim #Input Method
numlockx #Turn on Numlock Key
synclient PalmDetect=1
exec awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment