summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-15 16:28:13 +0200
committerbakkeby <[email protected]>2020-06-15 16:28:13 +0200
commit920c58421b6107a386f60d1f52bd3c83fee6d40d (patch)
treeec83b2c4d06f74087bd190ba6b88409169f5fb11 /config.def.h
parent87acda9bfd4173a1a890f6dda6c4df2f9f05450f (diff)
downloaddwm-flexipatch-920c58421b6107a386f60d1f52bd3c83fee6d40d.tar.gz
dwm-flexipatch-920c58421b6107a386f60d1f52bd3c83fee6d40d.zip
Default example config should use .isfloating not .floating, could also use the FLOATING macro
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2369291..6392e2c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -329,7 +329,7 @@ static const Rule rules[] = {
* _NET_WM_WINDOW_TYPE(ATOM) = wintype
*/
RULE(.wintype = WTYPE "DIALOG", .isfloating = 1)
- RULE(.wintype = WTYPE "UTILITY", .fisloating = 1)
+ RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Gimp", .tags = 1 << 4)