Add ctrl-shift-e to run commands.

This commit is contained in:
ant 2024-05-18 11:17:11 +02:00
parent ef8d9fd3a4
commit 17dc67816a

View file

@ -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"