summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:30:10 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:30:10 +0200
commiteab881371ec50be845af8962ca40a9c5a97a2da4 (patch)
treea1571ed8767778c82039033c1babe583c85dcda7
parentbd8f4747a081d7604325bec93d01112fd4e73238 (diff)
downloadconfig-eab881371ec50be845af8962ca40a9c5a97a2da4.tar.gz
config-eab881371ec50be845af8962ca40a9c5a97a2da4.zip
Remove feed menu shortcut
-rw-r--r--.config/dwm/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
index fea7f15..f67e284 100644
--- a/.config/dwm/config.h
+++ b/.config/dwm/config.h
@@ -182,7 +182,6 @@ static Key keys[] = {
182 { MODKEY, XK_d, spawn, SHCMD("popup-cal12") }, 182 { MODKEY, XK_d, spawn, SHCMD("popup-cal12") },
183 { MODKEY, XK_q, spawn, SHCMD("dmenu-unmount") }, 183 { MODKEY, XK_q, spawn, SHCMD("dmenu-unmount") },
184 { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") }, 184 { MODKEY, XK_e, spawn, SHCMD("dmenu-bookmarks") },
185 { MODKEY|ShiftMask, XK_u, spawn, SHCMD("feed menu") },
186 185
187 /* System settings */ 186 /* System settings */
188 { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") }, 187 { MODKEY|ShiftMask, XK_w, spawn, SHCMD("popup-terminal iwctl") },

Generated with cgit - Back to sebastiano.tronto.net