Initial ThinkPad Hyprland dotfiles
This commit is contained in:
7
config/hypr/Scripts/toggle-wofi.sh
Executable file
7
config/hypr/Scripts/toggle-wofi.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if pgrep -x wofi >/dev/null; then
|
||||
pkill -x wofi
|
||||
else
|
||||
wofi --show drun
|
||||
fi
|
||||
Reference in New Issue
Block a user