Created
December 23, 2010 20:14
-
-
Save manzyuk/753483 to your computer and use it in GitHub Desktop.
.xinitrc
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
#!/usr/bin/env bash | |
xsetroot -display $DISPLAY -cursor_name 'left_ptr' | |
synclient MaxTapTime=0 HorizEdgeScroll=1 | |
amixer -q -c 0 sset Master 100%,100% unmute | |
xmobar $HOME/.bottom_xmobarrc & | |
xmodmap $HOME/.Xmodmap | |
exec xmonad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment