mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
Add new "KeepDockOnPrimaryHead" option
Once implemented, this will keep the dock on the primary head (when there are multiple heads) when YES. The default value is NO, the current behavior, i.e., treat all monitors together as one large screen.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c089c6aea4
commit
326a67e18f
@@ -521,6 +521,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.minipreview_size, getInt, NULL, NULL, NULL},
|
||||
{"IgnoreGtkHints", "NO", NULL,
|
||||
&wPreferences.ignore_gtk_decoration_hints, getBool, NULL, NULL, NULL},
|
||||
{"KeepDockOnPrimaryHead", "NO", NULL,
|
||||
&wPreferences.keep_dock_on_primary_head, getBool, NULL, NULL, NULL},
|
||||
|
||||
/* style options */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user