summaryrefslogtreecommitdiff
path: root/dwm-6.3
diff options
context:
space:
mode:
Diffstat (limited to 'dwm-6.3')
-rw-r--r--dwm-6.3/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm-6.3/config.h b/dwm-6.3/config.h
index 882890c..bae39a6 100644
--- a/dwm-6.3/config.h
+++ b/dwm-6.3/config.h
@@ -119,7 +119,6 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
- { MODKEY, XK_r, spawn, SHCMD("mpvopen") },
{ MODKEY, XK_F3, spawn, SHCMD("st ranger") },
{ MODKEY, XK_F5, spawn, SHCMD("st ncmpcpp-ueberzug") },
{ MODKEY|ShiftMask, XK_f, spawn, SHCMD("firejail --noprofile --hosts-file=~/.config/surf/ads.txt tabbed surf -e") },