From 41c5b4e2694eb2c3fc7e2ed3057addb5d0479c7f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Wed, 7 Feb 2024 18:09:53 +0100 Subject: [PATCH] hypr: add rofi-emoji keybind --- .config/hypr/prog-keybinds.conf.cgt | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/prog-keybinds.conf.cgt b/.config/hypr/prog-keybinds.conf.cgt index 06a7b89..faa58e7 100644 --- a/.config/hypr/prog-keybinds.conf.cgt +++ b/.config/hypr/prog-keybinds.conf.cgt @@ -1,6 +1,7 @@ bind = SUPER, RETURN, exec, <% opt.term.command %> bind = SUPER CTRL, E, exec, <% opt.commands.file_manager %> bind = ALT, SPACE, exec, rofi -show combi +bind = SUPER ALT, SPACE, exec, rofi -show emoji bind = SUPER CTRL, B, exec, <% opt.commands.browser %> bind = SUPER SHIFT, P, exec, gpower2 bind = ,PRINT, exec, grim -g "$(slurp; sleep 1)" ~/Downloads/screenshot.png