pottzie

Untitled

Mar 18th, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. userresources=$HOME/.Xresources
  4. usermodmap=$HOME/.Xmodmap
  5. sysresources=/etc/X11/xinit/Xresources
  6. sysmodmap=/etc/X11/xinit/Xmodmap
  7.  
  8. # merge in defaults and keymaps
  9.  
  10. if [ -f $sysresources ]; then
  11. startkde
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. xrdb -merge $sysresources
Advertisement
Add Comment
Please, Sign In to add comment