dwm

My fork of dwm.
git clone git://git.alex.balgavy.eu/dwm.git
Log | Files | Refs | README | LICENSE

commit 715ef421126d0d7a1394ce2545c13483a536df8a
parent 800696fc48d72d8d95a18c2f14c392f9577c60b4
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed,  5 May 2021 18:02:33 +0200

Move some stuff into sxhkd

Diffstat:
Mconfig.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -170,8 +170,6 @@ static Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) - { MODKEY|ShiftMask, XK_q, spawn, SHCMD("desktop-session-exit") } - /* { MODKEY|ShiftMask, XK_q, quit, {0} }, */ }; /* button definitions */