mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
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