aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/wms
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/wms')
-rw-r--r--hm/soispha/wms/river/default.nix2
-rwxr-xr-xhm/soispha/wms/river/init.sh (renamed from hm/soispha/wms/river/init)2
-rwxr-xr-xhm/soispha/wms/river/res/safe_init.sh (renamed from hm/soispha/wms/river/res/safe_init)0
3 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/wms/river/default.nix b/hm/soispha/wms/river/default.nix
index 3abe3753..36a9ca74 100644
--- a/hm/soispha/wms/river/default.nix
+++ b/hm/soispha/wms/river/default.nix
@@ -37,7 +37,7 @@
else builtins.throw "Host not covered in river screen setup";
env_vars = "XDG_CURRENT_DESKTOP=river DESKTOP_SESSION=river";
init_scr = pkgs.substituteAll {
- src = ./init;
+ src = ./init.sh;
inherit mappings screen_setup env_vars;
};
in {
diff --git a/hm/soispha/wms/river/init b/hm/soispha/wms/river/init.sh
index 7286318e..07b30732 100755
--- a/hm/soispha/wms/river/init
+++ b/hm/soispha/wms/river/init.sh
@@ -7,7 +7,7 @@ err_fail() {
if ! "$@";then
warning "\"$*\" failed!\n" >> ~/river_log
# msg "Executing the safe init!"
- # exec ~/.config/river/res/safe_init
+ # exec ~/.config/river/res/safe_init.sh
fi
}
err_fail rm ~/river_log
diff --git a/hm/soispha/wms/river/res/safe_init b/hm/soispha/wms/river/res/safe_init.sh
index 8e80026a..8e80026a 100755
--- a/hm/soispha/wms/river/res/safe_init
+++ b/hm/soispha/wms/river/res/safe_init.sh