Add flower

This commit is contained in:
2022-04-25 15:13:40 +01:00
parent d93b80e767
commit e622acbb9d
2 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ in {
source = ./godown;
executable = true;
};
"bin/scripts/flower" = {
source = ./flower;
executable = true;
};
};
xsession = {
enable = true;

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
pkill i3utils
i3utils workspace temp 2>&1 | tee -a /tmp/temp.log & disown