summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-01 11:40:00 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-01 11:40:00 -0500
commita4d1695e5342b10425b23bae57f22d5f82a46cda (patch)
tree7adb6919ecc8f77cb6060cdd68f1bd5d889a1de3 /config.h
parent0f325ef18c85d86a0e865351b1b20cca4ee4ae44 (diff)
upgrade to mounter and unmounter
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index deb123a..937841e 100644
--- a/config.h
+++ b/config.h
@@ -53,6 +53,7 @@ static const Rule rules[] = {
{ "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
{ TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
+ { TERMCLASS, "floatterm", NULL, 0, 1, 1, 0, -1 },
{ TERMCLASS, "bg", NULL, 1 << 7, 0, 1, 0, -1 },
{ TERMCLASS, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
{ TERMCLASS, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
@@ -244,8 +245,8 @@ static Key keys[] = {
{ MODKEY, XK_F6, spawn, {.v = (const char*[]){ "torwrap", NULL } } },
{ MODKEY, XK_F7, spawn, {.v = (const char*[]){ "td-toggle", NULL } } },
{ MODKEY, XK_F8, spawn, {.v = (const char*[]){ "mw", "-Y", NULL } } },
- { MODKEY, XK_F9, spawn, {.v = (const char*[]){ "dmenumount", NULL } } },
- { MODKEY, XK_F10, spawn, {.v = (const char*[]){ "dmenuumount", NULL } } },
+ { MODKEY, XK_F9, spawn, {.v = (const char*[]){ "mounter", NULL } } },
+ { MODKEY, XK_F10, spawn, {.v = (const char*[]){ "unmounter", NULL } } },
{ MODKEY, XK_F11, spawn, SHCMD("mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") },
{ MODKEY, XK_F12, spawn, SHCMD("remaps") },
{ MODKEY, XK_space, zoom, {0} },