spacepaste

  1.  
  2. #!/bin/bash
  3. setxkbmap de
  4. if [ $DESKTOP_SESSION = "dwm" ]; then
  5. # dwm has its own config
  6. feh --bg-fill /home/tux/wallpapers/gentoo.jpg
  7. slstatus
  8. fi
  9.