mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 01:33:34 +01:00
wmaker: add window app icon to the window list
This patch is adding the app icon in between the flags icon and the window name from the window list. Feature request from https://github.com/window-maker/wmaker/issues/19 It is disabled by default, it needs WindowListAppIcons to be set to YES manually in the conf file or "Show app icons in window list." enabled from WPrefs expert panel.
This commit is contained in:
committed by
Carlos R. Mafra
parent
ae6b03e50f
commit
2901b418ad
@@ -78,6 +78,9 @@ static struct expert_option {
|
||||
{ N_("Ignore minimized windows when cycling."),
|
||||
/* default: */ False, OPTION_WMAKER, "CycleIgnoreMinimized" },
|
||||
|
||||
{ N_("Show app icons in window list."),
|
||||
/* default: */ False, OPTION_WMAKER, "WindowListAppIcons" },
|
||||
|
||||
{ N_("Show switch panel when cycling windows."),
|
||||
/* default: */ True, OPTION_WMAKER_ARRAY, "SwitchPanelImages" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user