diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 5fdfa43..c19a45d 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -292,7 +292,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")) + hl.bind(mod .. " + R", hl.dsp.exec_cmd("anyrun close || anyrun")) hl.bind(mod .. " + Q", hl.dsp.window.close()) hl.bind(mod .. " + SHIFT + E", hl.dsp.exit()) @@ -429,7 +429,7 @@ in Config( desktop_actions: false, max_entries: 8, - terminal: "ghostty", + terminal: Some("ghostty"), ) ''; };