scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread}

This commit is contained in:
Tomas Janousek 2021-02-15 11:41:17 +00:00
parent 52717dd5fb
commit fc60ccb1fb
6 changed files with 4 additions and 0 deletions

0
scripts/generate-configs Normal file → Executable file
View File

0
scripts/grabDescriptions.hs Normal file → Executable file
View File

0
scripts/run-xmonad.sh Normal file → Executable file
View File

0
scripts/window-properties.sh Normal file → Executable file
View File

2
scripts/xmonadctl.hs Normal file → Executable file
View 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
View 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)
-- --