Add flower
This commit is contained in:
@@ -15,6 +15,10 @@ in {
|
||||
source = ./godown;
|
||||
executable = true;
|
||||
};
|
||||
"bin/scripts/flower" = {
|
||||
source = ./flower;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
||||
5
users/daniel/configs/desktop/i3/flower
Executable file
5
users/daniel/configs/desktop/i3/flower
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pkill i3utils
|
||||
|
||||
i3utils workspace temp 2>&1 | tee -a /tmp/temp.log & disown
|
||||
Reference in New Issue
Block a user