Adds some application shortcuts
This commit is contained in:
parent
91ba827d09
commit
3e3e59aaea
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ static Key keys[] = {
|
|||
{ MODKEY, XK_Print, spawn, {.v = fullscreenshot } },
|
||||
{ ControlMask, XK_Print, spawn, {.v = activescreenshot } },
|
||||
{ ShiftMask, XK_Print, spawn, {.v = selectscreenshot } },
|
||||
//Applications
|
||||
{ MODKEY|ShiftMask, XK_q, spawn, {.v = { "qutebrowser", NULL } } },
|
||||
{ MODKEY, XK_c, spawn, {.v = { "chromium-snapshot-bin", NULL } } },
|
||||
{ MODKEY|ShiftMask, XK_c, spawn, {.v = { "chromium-snapshot-bin", "--force-device-scale-factor=2", NULL } } },
|
||||
TAGKEYS( XK_1, 0)
|
||||
TAGKEYS( XK_2, 1)
|
||||
TAGKEYS( XK_3, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue