mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread}
This commit is contained in:
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
|
||||
-- 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>
|
||||
-- BSD3 (see LICENSE)
|
||||
--
|
||||
|
Reference in New Issue
Block a user