]> git.draconx.ca Git - fvwmconf.git/blobdiff - config
Fix deprecated use of EdgeResistance.
[fvwmconf.git] / config
diff --git a/config b/config
index 9a5a447e096964145fb82d06c1f5c0ee70b9a8bd..2dc1e51063e601ce685440208d29251dd86415c7 100644 (file)
--- a/config
+++ b/config
@@ -11,14 +11,18 @@ PipeRead 'echo SetEnv HOST `hostname`'
 Read global/multiscreen
 Read global/fullscreen
 Read global/windowmenu
+Read global/appspecific
 
 # Machine-specific features
-Read $[HOST]/config
+PipeRead "[ -f '$[FVWM_USERDIR]/$[HOST]/config' ] \
+          && echo Read $[HOST]/config \
+         || echo Read default/config"
 
 # Virtual Desktops
 DesktopSize 6x1
 EdgeThickness 1
-EdgeResistance 1 0
+EdgeResistance 1
+Style * EdgeMoveDelay 1, EdgeMoveResistance 0
 EdgeScroll 0 0
 
 #####