mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: enable windowSwitcher preview by default
This commit is contained in:
parent
e392eecce6
commit
c0d142cfb8
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue