From 841fcf27ea7d83fcfdafa28e4ee759ce6f5fc87b Mon Sep 17 00:00:00 2001 From: x4e Date: Sat, 12 Dec 2020 17:31:50 +0000 Subject: Add `cycle_minimized` option This option allows minimized windows to be cycled in their MRU (Most Recently Used) order along side non minimized windows. With this option disabled the old behaviour will continue, where minimized windows are always at the end of the MRU cycle order. This option is disabled by default. The code in this commit was provided by @evandrocoan . Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/438 --- defaults/defaults | 1 + 1 file changed, 1 insertion(+) (limited to 'defaults') diff --git a/defaults/defaults b/defaults/defaults index 930beb983..83e873ff6 100644 --- a/defaults/defaults +++ b/defaults/defaults @@ -10,6 +10,7 @@ cycle_apps_only=false cycle_draw_frame=true cycle_raise=false cycle_hidden=true +cycle_minimized=false cycle_minimum=true cycle_preview=true cycle_tabwin_mode=0 -- cgit v1.2.1