dotfiles

[void/arch] linux dotfiles
git clone git://git.mdnr.space/dotfiles
Log | Files | Refs

commit c3da2219b85007fde6da9a5dc9425934a054a65a
parent 75ddb8e6378312d29c2cae1a22897a60c29058e2
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date:   Thu, 22 Jun 2023 11:26:24 +0330

dwm: set mod+c shortcut for todo

Diffstat:
Msuckless/.local/src/dwm/config.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/suckless/.local/src/dwm/config.h b/suckless/.local/src/dwm/config.h @@ -220,7 +220,7 @@ static const Key keys[] = { /* { MODKEY|ShiftMask, XK_z, spawn, SHCMD("") }, */ { MODKEY, XK_x, incrgaps, {.i = -3 } }, /* { MODKEY|ShiftMask, XK_x, spawn, SHCMD("") }, */ - { MODKEY, XK_c, spawn, {.v = (const char*[]){ TERMINAL, "-e", "profanity", NULL } } }, + // { MODKEY, XK_c, spawn, {.v = (const char*[]){ TERMINAL, "-e", "profanity", NULL } } }, /* { MODKEY|ShiftMask, XK_c, spawn, SHCMD("") }, */ /* V is automatically bound above in STACKKEYS */ { MODKEY, XK_b, togglebar, {0} }, @@ -315,7 +315,7 @@ static const Key keys[] = { /* { MODKEY|ShiftMask, XK_o, incrovgaps, {.i = -1 } }, */ - { MODKEY|ControlMask, XK_t, togglescratch, {.ui = 3} }, + { MODKEY, XK_c, togglescratch, {.ui = 3} }, };