Skip to content

Instantly share code, notes, and snippets.

@manzyuk
Created December 23, 2010 20:14
Show Gist options
  • Save manzyuk/753483 to your computer and use it in GitHub Desktop.
Save manzyuk/753483 to your computer and use it in GitHub Desktop.
.xinitrc
#!/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