mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
opaque resize
WPrefs: WindowHandling page: Mouse opaque resize Expert page: Opaque move and resize with keyboard
This commit is contained in:
committed by
Carlos R. Mafra
parent
8fd4821155
commit
a750fe03f4
@@ -400,6 +400,10 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.use_saveunders, getBool, NULL, NULL, NULL},
|
||||
{"OpaqueMove", "NO", NULL,
|
||||
&wPreferences.opaque_move, getBool, NULL, NULL, NULL},
|
||||
{"OpaqueResize", "NO", NULL,
|
||||
&wPreferences.opaque_resize, getBool, NULL, NULL, NULL},
|
||||
{"OpaqueMoveResizeKeyboard", "NO", NULL,
|
||||
&wPreferences.opaque_move_resize_keyboard, getBool, NULL, NULL, NULL},
|
||||
{"DisableAnimations", "NO", NULL,
|
||||
&wPreferences.no_animations, getBool, NULL, NULL, NULL},
|
||||
{"DontLinkWorkspaces", "NO", NULL,
|
||||
|
||||
Reference in New Issue
Block a user