all repos — openbox @ 37824505d7e75e8693af70803e684f82f7ad93a9

openbox fork - make it a bit more like ryudo

nls/ja_JP/Configmenu.m (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$set 3 #Configmenu

$ #ConfigOptions
# 設定オプション
$ #FocusModel
# フォーカスモデル
$ #WindowPlacement
# ウィンドウ配置
$ #ImageDithering
# 画像ディザ
$ #OpaqueMove
# ウィンドウ不透明移動
$ #FullMax
# 完全最大化
$ #FocusNew
# 新規ウィンドウにフォーカス
$ #FocusLast
# ワークスペース変更時にウィンドウにフォーカス
$ #ClickToFocus
# Click to Focus
$ #SloppyFocus
# Sloppy Focus
$ #AutoRaise
# 自動的に前面に出す
$ #SmartRows
# 賢く配置 (行)
$ #SmartCols
# 賢く配置 (列)
$ #Cascade
# ずらして配置
$ #LeftRight
# 左から右へ
$ #RightLeft
# 右から左へ
$ #TopBottom
# 上から下へ
$ #BottomTop
# 下から上へ