summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index bc5409c..dcc668b 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -398,9 +398,8 @@ static const Key keys[] = {
{ ShiftMask, XK_Print, spawn, { .v = (const char *[]){ "maimpick", NULL } } },
{ MODKEY, XK_Print, spawn, { .v = (const char *[]){ "dmenurecord", NULL } } },
{ MODKEY | ControlMask, XK_Print, spawn, { .v = (const char *[]){ "dmenurecord", "kill", NULL } } },
- { 0, XK_Scroll_Lock, spawn, SHCMD("remaps") },
{ MODKEY, XK_Scroll_Lock, spawn, SHCMD("remaps") },
- { MODKEY, XK_Scroll_Lock, spawn, SHCMD("killall screenkey || screenkey -t 3 -p fixed -s small -g 20%x5%+40%-5% --key-mode keysyms --bak-mode normal --mods-mode normal -f ttf-font-awesome --opacity 0.5 &") },
+ { MODKEY | ControlMask, XK_Scroll_Lock, spawn, SHCMD("killall screenkey || screenkey -t 3 -p fixed -s small -g 20%x5%+40%-5% --key-mode keysyms --bak-mode normal --mods-mode normal -f ttf-font-awesome --opacity 0.5 &") },
{ MODKEY, XK_F1, spawn, SHCMD("groff -mom /usr/local/share/dwm/thesiah.mom -Tpdf | zathura -") },
{ MODKEY | ShiftMask, XK_F1, spawn, SHCMD("nsxiv -a ${XDG_PICTURES_DIR:-${HOME}/Pictures}/resources") },
{ MODKEY | ControlMask, XK_F1, spawn, { .v = (const char *[]){ "dmenuman", NULL } } },