dwm: vesktop rule
This commit is contained in:
parent
78fc679bcc
commit
6df4a922ef
1 changed files with 2 additions and 1 deletions
|
@ -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},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue