diff options
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 2 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144120 -> 144120 bytes |
2 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)") }, Binary files differ |
