light control removed from dwm key (useless on thinkpad)
This commit is contained in:
parent
e70bff6c2d
commit
b4cc9ac8d4
|
@ -104,8 +104,8 @@ static const char *waterfox[] = { "waterfox", NULL };
|
|||
static const char *volup[] = {"amixer","sset","Master","5%+",NULL };
|
||||
static const char *voldown[] = {"amixer","sset","Master","5%-",NULL };
|
||||
static const char *volmute[] = {"amixer","sset","Master","toggle",NULL };
|
||||
static const char *lightmore[] = {"sudo","bcklght","+",NULL };
|
||||
static const char *lightless[] = {"sudo","bcklght","-",NULL };
|
||||
//static const char *lightmore[] = {"sudo","bcklght","+",NULL };
|
||||
//static const char *lightless[] = {"sudo","bcklght","-",NULL };
|
||||
static const char *cmusnext[] = {"cmus-remote", "-n", NULL};
|
||||
static const char *cmusprev[] = {"cmus-remote", "-r", NULL};
|
||||
static const char *cmusplay[] = {"cmus-remote", "-u", NULL};
|
||||
|
@ -144,8 +144,8 @@ static Key keys[] = {
|
|||
{ MODKEY, XK_w, spawn, {.v = waterfox }},
|
||||
{ MODKEY, XK_i, spawn, {.v = scrotshot }},
|
||||
{ 0, Print, spawn, {.v = scrotshot }},
|
||||
{ 0, XF86MonBrightnessUp, spawn, {.v = lightmore }},
|
||||
{ 0, XF86MonBrightnessDown,spawn, {.v = lightless }},
|
||||
// { 0, XF86MonBrightnessUp, spawn, {.v = lightmore }},
|
||||
// { 0, XF86MonBrightnessDown,spawn, {.v = lightless }},
|
||||
{ 0, XF86AudioMute, spawn, {.v = volmute }},
|
||||
{ 0, XF86AudioRaiseVolume, spawn, {.v = volup }},
|
||||
{ 0, XF86AudioLowerVolume, spawn, {.v = voldown }},
|
||||
|
|
Loading…
Reference in New Issue