summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-15 16:27:55 +0200
committerbakkeby <[email protected]>2020-06-15 16:27:55 +0200
commit87acda9bfd4173a1a890f6dda6c4df2f9f05450f (patch)
treee5666b07691a5185fd2df517120141771f0e8e79 /config.def.h
parentcac3e7d2c92a178ed415e268ffacfcc570f81b61 (diff)
downloaddwm-flexipatch-87acda9bfd4173a1a890f6dda6c4df2f9f05450f.tar.gz
dwm-flexipatch-87acda9bfd4173a1a890f6dda6c4df2f9f05450f.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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index d9f83ab..2369291 100644
--- a/config.def.h
+++ b/config.def.h
@@ -328,10 +328,10 @@ static const Rule rules[] = {
* WM_WINDOW_ROLE(STRING) = role
* _NET_WM_WINDOW_TYPE(ATOM) = wintype
*/
- RULE(.wintype = WTYPE "DIALOG", .floating = 1)
- RULE(.wintype = WTYPE "UTILITY", .floating = 1)
- RULE(.wintype = WTYPE "TOOLBAR", .floating = 1)
- RULE(.wintype = WTYPE "SPLASH", .floating = 1)
+ RULE(.wintype = WTYPE "DIALOG", .isfloating = 1)
+ RULE(.wintype = WTYPE "UTILITY", .fisloating = 1)
+ RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
+ RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Gimp", .tags = 1 << 4)
RULE(.class = "Firefox", .tags = 1 << 7)
#if SCRATCHPADS_PATCH