mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-12 02:35:46 -07:00
docs: update
This commit is contained in:
4
config.h
4
config.h
@@ -19,8 +19,8 @@ const char* voldown[] = {"amixer","sset","Master","5\%-",NULL};
|
||||
const char* volup[] = {"amixer","sset","Master","5\%+",NULL};
|
||||
|
||||
#define DESKTOP(K,N) \
|
||||
{ MOD, K, change_desktop, {.i = N}}, \
|
||||
{ MOD|ShiftMask, K, win_to_ws, {.i = N}},
|
||||
{ MOD, K, ws_go, {.i = N}}, \
|
||||
{ MOD|ShiftMask, K, win_to_ws, {.i = N}},
|
||||
|
||||
static struct key keys[] = {
|
||||
{MOD, XK_q, win_kill, {NULL}},
|
||||
|
Reference in New Issue
Block a user