mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread}
This commit is contained in:
parent
52717dd5fb
commit
fc60ccb1fb
0
scripts/generate-configs
Normal file → Executable file
0
scripts/generate-configs
Normal file → Executable file
0
scripts/grabDescriptions.hs
Normal file → Executable file
0
scripts/grabDescriptions.hs
Normal file → Executable file
0
scripts/run-xmonad.sh
Normal file → Executable file
0
scripts/run-xmonad.sh
Normal file → Executable file
0
scripts/window-properties.sh
Normal file → Executable file
0
scripts/window-properties.sh
Normal file → Executable file
2
scripts/xmonadctl.hs
Normal file → Executable file
2
scripts/xmonadctl.hs
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env runhaskell
|
||||||
|
|
||||||
-- Copyright: (c) Peter Olson 2013 and Andrea Rossato and David Roundy 2007
|
-- Copyright: (c) Peter Olson 2013 and Andrea Rossato and David Roundy 2007
|
||||||
-- License: BSD-style (see xmonad/LICENSE)
|
-- License: BSD-style (see xmonad/LICENSE)
|
||||||
--
|
--
|
||||||
|
2
scripts/xmonadpropread.hs
Normal file → Executable file
2
scripts/xmonadpropread.hs
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env runhaskell
|
||||||
|
|
||||||
-- Copyright Spencer Janssen <spencerjanssen@gmail.com>
|
-- Copyright Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- BSD3 (see LICENSE)
|
-- BSD3 (see LICENSE)
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user