File: xmonad-wrapper

package info (click to toggle)
xmonad 0.7-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 328 kB
  • ctags: 18
  • sloc: haskell: 2,012; makefile: 80; sh: 49
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

if [ -e ~/.xmonad/xmonad ]
then
	exec ~/.xmonad/xmonad "$@"
else
	exec /usr/lib/xmonad/xmonad "$@"
fi