Skip to content

Instantly share code, notes, and snippets.

@aawray
Last active November 9, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aawray/de4dc6d4f0d9882dd258 to your computer and use it in GitHub Desktop.
Save aawray/de4dc6d4f0d9882dd258 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# ~/.xinitrc
#
[ -f /etc/xprofile ] && source /etc/xprofile
[ -f ~/.xprofile ] && source ~/.xprofile
udiskie &
pulseaudio --start &
setxkbmap -layout us,ru -option 'grp:alt_shift_toggle,grp_led:scroll'
exec awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment