From fc60ccb1fb362c65b8758fd081fca4aa15716b93 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 15 Feb 2021 11:41:17 +0000 Subject: [PATCH] scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread} --- scripts/generate-configs | 0 scripts/grabDescriptions.hs | 0 scripts/run-xmonad.sh | 0 scripts/window-properties.sh | 0 scripts/xmonadctl.hs | 2 ++ scripts/xmonadpropread.hs | 2 ++ 6 files changed, 4 insertions(+) mode change 100644 => 100755 scripts/generate-configs mode change 100644 => 100755 scripts/grabDescriptions.hs mode change 100644 => 100755 scripts/run-xmonad.sh mode change 100644 => 100755 scripts/window-properties.sh mode change 100644 => 100755 scripts/xmonadctl.hs mode change 100644 => 100755 scripts/xmonadpropread.hs diff --git a/scripts/generate-configs b/scripts/generate-configs old mode 100644 new mode 100755 diff --git a/scripts/grabDescriptions.hs b/scripts/grabDescriptions.hs old mode 100644 new mode 100755 diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh old mode 100644 new mode 100755 diff --git a/scripts/window-properties.sh b/scripts/window-properties.sh old mode 100644 new mode 100755 diff --git a/scripts/xmonadctl.hs b/scripts/xmonadctl.hs old mode 100644 new mode 100755 index 88e88b1f..06258e47 --- a/scripts/xmonadctl.hs +++ b/scripts/xmonadctl.hs @@ -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) -- diff --git a/scripts/xmonadpropread.hs b/scripts/xmonadpropread.hs old mode 100644 new mode 100755 index 132d2b18..69bf2792 --- a/scripts/xmonadpropread.hs +++ b/scripts/xmonadpropread.hs @@ -1,3 +1,5 @@ +#!/usr/bin/env runhaskell + -- Copyright Spencer Janssen -- BSD3 (see LICENSE) --