mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 01:20:23 -07:00
docs: update
This commit is contained in:
parent
f5f3c4aa06
commit
fe8aa7989b
6
config.h
6
config.h
@ -15,8 +15,9 @@
|
||||
|
||||
const char* menu[] = {"dmenu_run", NULL};
|
||||
const char* term[] = {"st", NULL};
|
||||
const char* voldown[] = {"amixer", "sset", "Master", "5\%-", NULL};
|
||||
const char* volup[] = {"amixer", "sset", "Master", "5\%+", NULL};
|
||||
const char* voldown[] = {"amixer", "sset", "Master", "5\%-", NULL};
|
||||
const char* volup[] = {"amixer", "sset", "Master", "5\%+", NULL};
|
||||
const char* volmute[] = {"amixer", "sset", "Master", "toggle", NULL};
|
||||
const char* colors[] = {"bud", "/home/goldie/Pictures/Wallpapers", NULL};
|
||||
|
||||
#define DESKTOP(K,N) \
|
||||
@ -34,6 +35,7 @@ static struct key keys[] = {
|
||||
{MOD, XK_Return, run, {.com = term}},
|
||||
{0, XF86XK_AudioLowerVolume, run, {.com = voldown}},
|
||||
{0, XF86XK_AudioRaiseVolume, run, {.com = volup}},
|
||||
{0, XF86XK_AudioMute, run, {.com = volmute}},
|
||||
|
||||
DESKTOP( XK_0, 0)
|
||||
DESKTOP( XK_1, 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user