dwm: vesktop rule

This commit is contained in:
Zynh Ludwig 2024-09-28 17:51:02 -07:00
parent 78fc679bcc
commit 6df4a922ef

View file

@ -1,6 +1,6 @@
--- a/config.def.h 2024-03-19 04:24:52.000000000 -0700 --- a/config.def.h 2024-03-19 04:24:52.000000000 -0700
+++ b/config.def.h 2024-05-30 22:48:46.975263716 -0700 +++ b/config.def.h 2024-05-30 22:48:46.975263716 -0700
@@ -1,116 +1,121 @@ @@ -1,116 +1,122 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
/* appearance */ /* appearance */
@ -57,6 +57,7 @@
+ {"Gimp", NULL, NULL, 0, 1, -1}, + {"Gimp", NULL, NULL, 0, 1, -1},
+ {"Firefox", NULL, NULL, 1 << 8, 0, -1}, + {"Firefox", NULL, NULL, 1 << 8, 0, -1},
+ {"discord", NULL, NULL, 1 << 1, 0, 1}, + {"discord", NULL, NULL, 1 << 1, 0, 1},
+ {"vesktop", NULL, NULL, 1 << 1, 0, 1},
+ {"nannou", NULL, NULL, 0, 1, -1}, + {"nannou", NULL, NULL, 0, 1, -1},
}; };