Adds youtube and unicode rofi scripts
This commit is contained in:
parent
71b5f7ce6a
commit
9a24bc1ede
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,9 @@ static const char *bigchromium[] = { "chromium-snapshot-bin", "--force-device-sc
|
|||
|
||||
static const char *date[] = { "datetime", NULL };
|
||||
|
||||
static const char *unicode[] = { "unicode-character-select", NULL };
|
||||
static const char *youtube[] = { "open-youtube", NULL };
|
||||
|
||||
static const char *playpause[] = { "playerctl", "play-pause", NULL };
|
||||
|
||||
static const char *logout[] = { "rofi-shutdown", NULL };
|
||||
|
@ -128,6 +131,9 @@ static Key keys[] = {
|
|||
{ MODKEY|ShiftMask, XK_q, spawn, {.v = qutebrowser } },
|
||||
{ MODKEY, XK_c, spawn, {.v = chromium } },
|
||||
{ MODKEY|ShiftMask, XK_c, spawn, {.v = bigchromium } },
|
||||
//Dmenu / Rofi
|
||||
{ MODKEY, XK_u, spawn, {.v = unicode } },
|
||||
{ MODKEY, XK_y, spawn, {.v = youtube } },
|
||||
TAGKEYS( XK_1, 0)
|
||||
TAGKEYS( XK_2, 1)
|
||||
TAGKEYS( XK_3, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue