From f689a633aeb8a27d8105dc9e2c47301acd594a51 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sun, 23 Jun 2024 10:32:11 +0200 Subject: [PATCH] shortcut for rofi --- hyperland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperland/default.nix b/hyperland/default.nix index b6dc34d..dadc72f 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -136,6 +136,7 @@ in "$mod, l, exec, hyprlock" # Add a keybinding to lock the screen "$mod, C, exec, codium" "$mod, E, exec, hyprctl dispatch exit" + "$mod, r, exec, rofi -show run" "$mod, code:51, exec, 1password" # super + \ ",XF86MonBrightnessDown, exec, brightnessctl s 5%-" ",XF86MonBrightnessUp, exec, brightnessctl s +5%"