From b4cc9ac8d41aa89779fbd87ab9e8ec2c28870615 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 22 Nov 2019 22:08:50 +0100 Subject: [PATCH] light control removed from dwm key (useless on thinkpad) --- dwm-gaps/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dwm-gaps/config.h b/dwm-gaps/config.h index 656e6bf..eae28ab 100644 --- a/dwm-gaps/config.h +++ b/dwm-gaps/config.h @@ -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 }},