diff --git a/settings/hyprland.nix b/settings/hyprland.nix index ebd6bdc..9d7e217 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -287,7 +287,7 @@ in -- Apps hl.bind(mod .. " + T", hl.dsp.exec_cmd("ghostty")) hl.bind(mod .. " + E", hl.dsp.exec_cmd("nemo")) - hl.bind(mod .. " + R", hl.dsp.exec_cmd("anyrun close || anyrun")) + hl.bind(mod .. " + R", hl.dsp.exec_cmd("anyrun")) hl.bind(mod .. " + Q", hl.dsp.window.close()) hl.bind(mod .. " + SHIFT + E", hl.dsp.exit())