home-manager/programs/hyprland: dont toggle app launcher

This commit is contained in:
Anthony Rodriguez 2025-01-10 21:41:27 +01:00
parent e6cebabb48
commit 81c56877e6
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -9,7 +9,7 @@ in {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
bindr = [ bindr = [
"$mod, SUPER_L, exec, ${toggle "walker" false}" # not using uwsm as it already runs as a service "$mod, SUPER_L, exec, walker"
]; ];
bind = [ bind = [
"$mod, Return, exec, ${run "foot"}" "$mod, Return, exec, ${run "foot"}"