summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h
index f64c783..50543a9 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -341,7 +341,7 @@ static const Key keys[] = {
{ MODKEY, XK_b, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") },
{ MODKEY | ShiftMask, XK_d, spawn, { .v = (const char *[]){ "passmenu", NULL } } },
{ MODKEY | ControlMask, XK_d, spawn, { .v = (const char *[]){ "passmenu2", NULL } } },
- { MODKEY | ControlMask, XK_e, spawn, { .v = (const char *[]){ "fecrypt", NULL } } },
+ { MODKEY | ControlMask, XK_e, spawn, { .v = (const char *[]){ "ecryptfs", NULL } } },
{ MODKEY, XK_v, spawn, { .v = (const char *[]){ "mpvplay", NULL } } },
{ MODKEY | ControlMask, XK_v, spawn, { .v = (const char *[]){ "ovpn", NULL } } },
{ MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") },