feat!: move to wofi

This commit is contained in:
2025-07-15 21:39:04 -07:00
parent 4bf77d4af8
commit 2c7d98c627
2 changed files with 9 additions and 1 deletions

View File

@@ -135,7 +135,7 @@
settings = {
"$mod" = "SUPER";
"$terminal" = "ghostty";
"$menu" = "wofi -show drun";
"$menu" = "wofi";
bind =
[
"$mod, Return, exec, $terminal"
@@ -143,6 +143,7 @@
"$mod SHIFT, E, exit"
"$mod SHIFT, SPACE, togglefloating"
"$mod, d, exec, $menu"
"$mod SHIFT, D, exec, bash -c ~/dotfiles/scripts/workspace.sh"
"$mod, h, movefocus, l"
"$mod, l, movefocus, r"
"$mod, k, movefocus, u"