switch to unstable

This commit is contained in:
KoenDR06 2025-04-26 11:47:41 +02:00
parent 45e2fb7202
commit f48d68566d
6 changed files with 8 additions and 23 deletions

View file

@ -1,6 +1,6 @@
$mainMod = SUPER
$terminal = kitty
$launcher = ~/.config/hypr/open.sh
$launcher = (eww close-all && pkill wofi) || (./.config/eww/scripts/open.sh; wofi --show drun; eww close-all)
bind = SUPER, SPACE, exec, $launcher

View file

@ -1,5 +0,0 @@
#!/bin/sh
(pkill wofi && ~/.config/eww/scripts/close.sh) ||
(wofi --show drun &
~/.config/eww/scripts/open.sh)