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 }},