Skip to content

Commit

Permalink
Adds youtube and unicode rofi scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab2870 committed Aug 2, 2019
1 parent 71b5f7c commit 9a24bc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9a24bc1

Please sign in to comment.