From 17dc67816aff3440ef26b9784b0af601abd58c47 Mon Sep 17 00:00:00 2001 From: ant Date: Sat, 18 May 2024 11:17:11 +0200 Subject: [PATCH] Add ctrl-shift-e to run commands. --- hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland.nix b/hyprland.nix index 26551e2..543981c 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -115,6 +115,7 @@ "$mod, w, exec, firefox" "$mod SHIFT, w, exec, firefox --private-window" "$mod SHIFT, s, exec, TMP=$(rofi -dmenu -p \"nix search\") && firefox \"https://search.nixos.org/packages?channel=unstable&query=$TMP\"" + "$mod SHIFT, e, exec, $(rofi -dmenu -p \"command\" -l 0)" "$mod, m, exec, kitty --class floating -e pulsemixer" "$mod, d, exec, ~/.bin/runmenu" "$mod, x, exec, keepmenu"