nix-config/modules/wm/hyprland/config/hypr/open.sh

5 lines
117 B
Bash
Executable file

#!/bin/sh
(pkill wofi && ~/.config/eww/scripts/close.sh) ||
(wofi --show drun &
~/.config/eww/scripts/open.sh)