From: Tucker Johnson Date: Thu, 13 Feb 2025 13:06:41 +0000 (-0500) Subject: bindings X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=f145e558f3d5a966a6cdfde3df2fa25b80577ba4;p=dwm.git bindings --- diff --git a/config.h b/config.h index 2c20088..934386f 100644 --- a/config.h +++ b/config.h @@ -75,7 +75,7 @@ static const Layout layouts[] = { { "dwdl", dwindle }, /* Decreasing in size right and leftward */ { "ldck", deck }, /* Master on left, slaves in monocle-like mode on right */ - { "sdck", monocle }, /* All windows on top of eachother */ + { "mncl", monocle }, /* All windows on top of eachother */ { "cntr", centeredmaster }, /* Master in middle, slaves on sides */ { "fcntr", centeredfloatingmaster }, /* Same but master floats */ @@ -156,8 +156,8 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_minus, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; kill -44 $(pidof dwmblocks)") }, { MODKEY, XK_equal, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks)") }, { MODKEY|ShiftMask, XK_equal, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks)") }, - { MODKEY, XK_BackSpace, spawn, {.v = (const char*[]){ "sysact", NULL } } }, - { MODKEY|ShiftMask, XK_BackSpace, spawn, {.v = (const char*[]){ "sysact", NULL } } }, + { MODKEY, XK_BackSpace, spawn, {.v = (const char*[]){ "dm-sysact", NULL } } }, + { MODKEY|ShiftMask, XK_BackSpace, spawn, {.v = (const char*[]){ "dm-sysact", NULL } } }, { MODKEY, XK_Tab, view, {0} }, /* { MODKEY|ShiftMask, XK_Tab, spawn, SHCMD("") }, */ @@ -193,7 +193,7 @@ static const Key keys[] = { { MODKEY, XK_s, togglesticky, {0} }, /* { MODKEY|ShiftMask, XK_s, spawn, SHCMD("") }, */ { MODKEY, XK_d, spawn, {.v = (const char*[]){ "dmenu_run", NULL } } }, - { MODKEY|ShiftMask, XK_d, spawn, {.v = (const char*[]){ "dm-passmenu", NULL } } }, + { MODKEY|ShiftMask, XK_d, spawn, {.v = (const char*[]){ "passmenu", NULL } } }, { MODKEY, XK_f, togglefullscr, {0} }, { MODKEY|ShiftMask, XK_f, setlayout, {.v = &layouts[8]} }, { MODKEY, XK_g, shiftview, { .i = -1 } }, diff --git a/drw.o b/drw.o index 873b428..318a3fa 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm.o b/dwm.o index 74d9008..a1a3ea0 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index 26ab857..9b987a5 100644 Binary files a/util.o and b/util.o differ