Add rofi key biding

This commit is contained in:
Anas Elgarhy 2022-04-25 16:08:28 +02:00
parent 2504958328
commit c4fd2e3099
1 changed files with 2 additions and 0 deletions

View File

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