projects
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d687089
)
adds web browser shortcuts
author
Daniel <thefekete@gmail.com>
Mon, 31 Dec 2018 01:33:24 +0000
(
02:33
+0100)
committer
Daniel <thefekete@gmail.com>
Mon, 31 Dec 2018 01:33:24 +0000
(
02:33
+0100)
config.h
patch
|
blob
|
history
diff --git
a/config.h
b/config.h
index
95a1317
..
81f1325
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-106,6
+106,8
@@
static Key keys[] = {
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ShiftMask, XK_h, spawn, {.v = helpcmd } },
+ { MODKEY, XK_w, spawn, {.v = (const char*[]){ "tabbed", "-cdps+1", "surf", "-e", NULL } } },
+ { MODKEY|ShiftMask, XK_w, spawn, {.v = (const char*[]){ "chromium", NULL } } },
/* XF86 Keys */
MEDIAKEY( XF86XK_MonBrightnessUp, "xbacklight -time 100 -inc 5"),