diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-01 14:01:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-01 14:01:34 +0900 |
| commit | 898331c11aa83917359c5cb2652b65b73bafa220 (patch) | |
| tree | d2268125540bdca2d8720227a877a2a287561e59 | |
| parent | 7a57123c420a227bc4f9b4044f127eb8221d4c12 (diff) | |
Updates
| -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 |
