From c4fd2e30997fd3b3167c88538c4cdf534eba363c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 25 Apr 2022 16:08:28 +0200 Subject: [PATCH] Add rofi key biding --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index 2cacce1..b5ce728 100644 --- a/config.h +++ b/config.h @@ -96,6 +96,8 @@ static Key keys[] = { /* ---------------------------------- Apps Keys ---------------------------------- */ // Dmenu (launcher) { MODKEY|ShiftMask, XK_d, spawn, {.v = dmenucmd } }, + // Rofi launcher (small) + { MODKEY|ShiftMask|ControlMask, XK_d, spawn, SHCMD("rofi -show drun") }, // Start the terminal { MODKEY, XK_Return, spawn, {.v = termcmd } }, // Start the terminal with tmux