diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index b9ab9c5..3631151 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -51,9 +51,6 @@ static const Rule rules[] = { { "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { "Signal", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 }, - { NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 }, - { NULL, NULL, "Citrix Workspace", 1 << 8, 0, 0, 0, -1 }, - { "Wfica", NULL, NULL, 1 << 9, 0, 0, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, }; @@ -105,7 +102,6 @@ static Key keys[] = { /* apps n'shit */ { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i -l 20") }, - { MODKEY, XK_f, spawn, SHCMD("st -n nnn -e nnn -de") }, { MODKEY, XK_i, spawn, SHCMD("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") }, { SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") }, { MODKEY, XK_m, spawn, SHCMD("pgrep -x neomutt > /dev/null || st -n mutt -e neomutt") },