From e622acbb9d62e0daa22fed5298b22eb07bf92091 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 25 Apr 2022 15:13:40 +0100 Subject: [PATCH] Add flower --- users/daniel/configs/desktop/i3/default.nix | 4 ++++ users/daniel/configs/desktop/i3/flower | 5 +++++ 2 files changed, 9 insertions(+) create mode 100755 users/daniel/configs/desktop/i3/flower 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