]> git.newer.systems - dwm.git/commitdiff
bindings
authorTucker Johnson <tucker@newer.systems>
Thu, 13 Feb 2025 13:06:41 +0000 (08:06 -0500)
committerTucker Johnson <tucker@newer.systems>
Thu, 13 Feb 2025 13:06:41 +0000 (08:06 -0500)
config.h
drw.o
dwm.o
util.o

index 2c20088546f3cae164b9f77126be9d520caead50..934386f2b2708b18008b533a3206222543bda785 100644 (file)
--- 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 873b42847d1638f27955689a1d6b50c8001a562e..318a3fa151747d925da9350075d670932194d1eb 100644 (file)
Binary files a/drw.o and b/drw.o differ
diff --git a/dwm.o b/dwm.o
index 74d90083b040b4e54910f45295f598ef705e2a99..a1a3ea030f4ea43f4f54261e38eaec6ef15d9858 100644 (file)
Binary files a/dwm.o and b/dwm.o differ
diff --git a/util.o b/util.o
index 26ab857d2a56ff49969dd1704810e8d70d6b9cca..9b987a5c44426589514f58a3b05dac59adc3e03e 100644 (file)
Binary files a/util.o and b/util.o differ