add eww launch script
This commit is contained in:
11
.config/eww/launch
Executable file
11
.config/eww/launch
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Kill the eww daemon
|
||||
pkill eww
|
||||
|
||||
# Open eww bars
|
||||
eww open-many primary secondary
|
||||
|
||||
# Open eww-state
|
||||
sleep 1
|
||||
eww-state &
|
||||
Reference in New Issue
Block a user