add aoife
This commit is contained in:
parent
5e16312be4
commit
2106adca7b
27 changed files with 34 additions and 21 deletions
10
hosts/thalassa/null/home/eww/scripts/workspaces.sh
Executable file
10
hosts/thalassa/null/home/eww/scripts/workspaces.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
workspaces() {
|
||||
./scripts/workspaces.lua
|
||||
}
|
||||
|
||||
workspaces
|
||||
|
||||
tail -f /tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | grep --line-buffered "Changed to workspace" | while read -r; do
|
||||
workspaces
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue