]> git.mdlowis.com Git - proto/labwc.git/commitdiff
config: enable windowSwitcher preview by default
authorJohan Malm <jgm323@gmail.com>
Sat, 11 Mar 2023 21:29:17 +0000 (21:29 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 19 Mar 2023 00:19:04 +0000 (01:19 +0100)
docs/labwc-config.5.scd
docs/rc.xml.all
src/config/rcxml.c

index 5532a0419d0706fa7ff5c777ac91b727d289f6ae..1b61d385d202d237bd24a4fd475da160892a68de 100644 (file)
@@ -82,7 +82,7 @@ The rest of this man page describes configuration options.
        windows. Default is yes.
 
        *preview* [yes|no] Preview the contents of the selected window when
-       switching between windows. Default is no.
+       switching between windows. Default is yes.
 
        *outlines* [yes|no] Draw an outline around the selected window when
        switching between windows. Default is yes.
index 716ac795cbf0cb79e059700d598c37a8b11a20ef..f1558d4b2772ade45acd9f7efbfe89aad6dac51b 100644 (file)
@@ -12,7 +12,7 @@
     <gap>0</gap>
     <adaptiveSync>no</adaptiveSync>
     <reuseOutputMode>no</reuseOutputMode>
-    <windowSwitcher show="yes" preview="no" outlines="yes" />
+    <windowSwitcher show="yes" preview="yes" outlines="yes" />
   </core>
 
   <!-- <font><theme> can be defined without an attribute to set all places -->
index d2052b6fdde0e6f57e79d9566b388bc282c19e38..53a95e45262e37360e0d51f23c46c5123ddc3ba5 100644 (file)
@@ -588,7 +588,7 @@ rcxml_init(void)
        rc.snap_edge_range = 1;
        rc.snap_top_maximize = true;
        rc.cycle_view_osd = true;
-       rc.cycle_preview_contents = false;
+       rc.cycle_preview_contents = true;
        rc.cycle_preview_outlines = true;
        rc.workspace_config.popuptime = INT_MIN;
 }