diff options
Diffstat (limited to 'nls/C/Configmenu.m')
| -rw-r--r-- | nls/C/Configmenu.m | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m new file mode 100644 index 00000000..d01e3c15 --- /dev/null +++ b/nls/C/Configmenu.m @@ -0,0 +1,38 @@ +$set 3 #Configmenu + +$ #ConfigOptions +# Config Options +$ #FocusModel +# Focus Model +$ #WindowPlacement +# Window Placement +$ #ImageDithering +# Image Dithering +$ #OpaqueMove +# Opaque Window Moving +$ #FullMax +# Full Maximization +$ #FocusNew +# Focus New Windows +$ #FocusLast +# Focus Window on Workspace Change +$ #ClickToFocus +# Click to Focus +$ #SloppyFocus +# Sloppy Focus +$ #AutoRaise +# Auto Raise +$ #SmartRows +# Smart Placement (Rows) +$ #SmartCols +# Smart Placement (Columns) +$ #Cascade +# Cascade Placement +$ #LeftRight +# Left to Right +$ #RightLeft +# Right to Left +$ #TopBottom +# Top to Bottom +$ #BottomTop +# Bottom to Top |
