Add rofi key biding
This commit is contained in:
parent
2504958328
commit
c4fd2e3099
1 changed files with 2 additions and 0 deletions
2
config.h
2
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
|
||||
|
|
Loading…
Reference in a new issue