xinerama support where it shouldnt be
This commit is contained in:
parent
e8f387ea48
commit
fd90355381
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,8 @@ $ #FocusModel
|
|||
# Focus Model
|
||||
$ #WindowPlacement
|
||||
# Window Placement
|
||||
$ #XineramaSupport
|
||||
# Xinerama Support
|
||||
$ #ImageDithering
|
||||
# Image Dithering
|
||||
$ #OpaqueMove
|
||||
|
@ -54,3 +56,9 @@ $ #IgnoreShaded
|
|||
# Ignore Shaded Windows
|
||||
$ #IgnoreMax
|
||||
# Ignore Full-Maximized Windows
|
||||
$ #XineramaPlacement
|
||||
# Window Placement
|
||||
$ #XineramaMaximizing
|
||||
# Window Maximizing
|
||||
$ #XineramaSnapping
|
||||
# Window Snapping
|
||||
|
|
|
@ -162,7 +162,9 @@ void Configmenu::reconfigure(void) {
|
|||
setValues();
|
||||
focusmenu->reconfigure();
|
||||
placementmenu->reconfigure();
|
||||
#ifdef XINERAMA
|
||||
xineramamenu->reconfigure();
|
||||
#endif // XINERAMA
|
||||
|
||||
Basemenu::reconfigure();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue