dwm: vesktop rule

sh-initrd-on-root
Zynh Ludwig 2024-09-28 17:51:02 -07:00
parent 78fc679bcc
commit 6df4a922ef
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- a/config.def.h 2024-03-19 04:24:52.000000000 -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. */
/* appearance */
@ -57,6 +57,7 @@
+ {"Gimp", NULL, NULL, 0, 1, -1},
+ {"Firefox", NULL, NULL, 1 << 8, 0, -1},
+ {"discord", NULL, NULL, 1 << 1, 0, 1},
+ {"vesktop", NULL, NULL, 1 << 1, 0, 1},
+ {"nannou", NULL, NULL, 0, 1, -1},
};