diff --git a/users/daniel/configs/desktop/i3/default.nix b/users/daniel/configs/desktop/i3/default.nix index cd31316..856bf01 100644 --- a/users/daniel/configs/desktop/i3/default.nix +++ b/users/daniel/configs/desktop/i3/default.nix @@ -15,6 +15,10 @@ in { source = ./godown; executable = true; }; + "bin/scripts/flower" = { + source = ./flower; + executable = true; + }; }; xsession = { enable = true; diff --git a/users/daniel/configs/desktop/i3/flower b/users/daniel/configs/desktop/i3/flower new file mode 100755 index 0000000..53c5630 --- /dev/null +++ b/users/daniel/configs/desktop/i3/flower @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +pkill i3utils + +i3utils workspace temp 2>&1 | tee -a /tmp/temp.log & disown