summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2024-08-11 21:05:24 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:31:28 +0100
commitb0b517fdf6010a8dda5de08b9bf59af28a4b7880 (patch)
tree2c751f7439f779182d2506332f9038fa628c6d05 /config.h
parentf0f5201e13b5fca00307c2716cf735da376d42e9 (diff)
Add files via upload
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index e502dfd..e4f950b 100644
--- a/config.h
+++ b/config.h
@@ -34,6 +34,8 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ NULL, "steamwebhelper", NULL, 0, 1, 0, 0, -1 },
+ { "VirtualBox Machine", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "Virt-manager", NULL, NULL, 0, 1, 0, 0, -1 },
{ "qBittorrent", NULL, NULL, 0, 1, 0, -1, -1 },
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ "URxvt", NULL, NULL, 0, 1, 1, 0, -1 },
@@ -125,7 +127,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_k, rotatestack, {.i = -1 } },
{ MODKEY|ShiftMask, XK_m, spawn, {.v = (const char*[]){ TERMINAL, "-e", "neomutt", NULL } }},
{ ControlMask|ShiftMask, XK_Escape, spawn, {.v = (const char*[]){ TERMINAL, "-e", "btop", NULL } }},
- { MODKEY|ShiftMask, XK_e, spawn, {.v = (const char*[]){ TERMINAL, "-e", "lfcd", NULL } }},
+ { MODKEY|ShiftMask, XK_e, spawn, {.v = (const char*[]){ TERMINAL, "-e", "lf", NULL } }},
{ MODKEY, XK_Print, spawn, {.v = cmdprintscreen } },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volumeup } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = volumedown } },