Created
August 30, 2015 07:08
-
-
Save jerinphilip/312e4cd3e46be08e020c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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