config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit eab881371ec50be845af8962ca40a9c5a97a2da4
parent bd8f4747a081d7604325bec93d01112fd4e73238
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  9 May 2026 08:30:10 +0200

Remove feed menu shortcut

Diffstat:
M.config/dwm/config.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.config/dwm/config.h b/.config/dwm/config.h @@ -182,7 +182,6 @@ static Key keys[] = { { MODKEY, XK_d, spawn, SHCMD("popup-cal12") }, { MODKEY, XK_q, spawn, SHCMD("dmenu-unmount") }, { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") }, - { MODKEY|ShiftMask, XK_u, spawn, SHCMD("feed menu") }, /* System settings */ { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") },