forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
cd ~
|
||||
eww close dashboard 2>/dev/null
|
||||
|
||||
if [[ "$1" == "--web" ]]; then
|
||||
app=$2
|
||||
eval "${app%\%*}" &
|
||||
else
|
||||
app=$1
|
||||
eval "${app%\%*}" &
|
||||
pkill dashactivate
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user