home-manager/programs/hyprland: dont toggle app launcher
This commit is contained in:
parent
e6cebabb48
commit
81c56877e6
1 changed files with 1 additions and 1 deletions
|
@ -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"}"
|
||||||
|
|
Loading…
Reference in a new issue