summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-01 14:01:34 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-01 14:01:34 +0900
commit898331c11aa83917359c5cb2652b65b73bafa220 (patch)
treed2268125540bdca2d8720227a877a2a287561e59 /dwm/config.h
parent7a57123c420a227bc4f9b4044f127eb8221d4c12 (diff)
Updates
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)") },