OSDN Git Service

[rename] : DOCUMENT.md -> README.md
[alterlinux/alterlinux.git] / channels / i3 / README.md
1 # Thank you for try Alter Linux i3 Edition
2 This document will show how to use Alter Linux i3 Edition.  
3 このドキュメントでは、Alter Linux i3エディションの使い方を紹介します。
4
5 1. 日本語
6 1. English
7
8 ---
9 ## ショートカットキー
10 i3wmには多数の便利なショートカットがあります。ショートカットは[mod]と呼ばれるキーとの組み合わせであることがほとんどです。  
11 ここでは、ショートカットの一部を紹介します。
12
13 ### キーの定義
14 - mod : super (Windowsキー)
15 - Arrow : ←[ j ], ↓[ k ], ↑[ l ], →[ ; ]キー (カッコ内キーで代用可)
16
17
18 ### 重要ショートカット
19 | ショートカット | 内容                         |
20 | -------------- | ---------------------------- |
21 | mod+Enter      | ターミナルを開く             |
22 | mod+Shift+Q    | アクティブウィンドウを閉じる |
23 | mod+D          | ランチャーの表示             |
24 | super+Esc      | 画面のロック                 |
25 | mod+Shift+E    | 電源メニュー                 |
26 |                | (電源メニュー時)             |
27 |  S             | シャットダウン               |
28 |  R             | 再起動                       |
29 |  O             | ログアウト                   |
30 |  L             | ロック                       |
31 |  Q, Esc, Enter | キャンセル                   |
32
33 ### ワークスペース・ウィンドウ
34 | ショートカット  | 内容                                                |
35 | --------------- | --------------------------------------------------- |
36 | mod+0-9         | ワークスペースの変更                                |
37 | mod+R           | リサイズモード (リサイズモード中に押すとキャンセル) |
38 | mod+Shift+0-9   | アクティブウィンドウを他のワークスペースに移動する  |
39 | mod+Arrow       | アクティブウィンドウの切り替え                      |
40 | mod+Shift+Arrow | アクティブウィンドウの移動                          |
41 | mod+h           | 新規ウィンドウの作成位置を水平 (横) 方向にする      |
42 | mod+v           | 新規ウィンドウの作成位置を垂直 (縦) 方向にする      |
43 | mod+Shift+R     | i3wmの再読込                                        |
44
45 ### ソフトウェア
46 | ショートカット | 内容                                  |
47 | -------------- | ------------------------------------- |
48 | mod+Shift+S    | テーママネージャ (パネルの見た目変更) |
49 | mod+B          | システム設定マネージャ                |
50
51
52 この他にも多数の便利なショートカットがあります。
53
54
55 ## 設定を変更したい
56 カスタマイズを加えたい場合は、この項目を参考にしてください。
57 - パネルを変えたい  
58 後述のテーママネージャを使用してください
59 - 画面の解像度など、システムの設定を変更したい  
60 後述のbmenu (設定マネージャ) を使用してください
61 - 壁紙を変えたい  
62 `~/.config/i3/config` を編集し、16行目 `exec --no-startup-id "feh --bg-fill ***` の***の位置に、壁紙のパスを記述してください
63 - 操作方法が表示されたウィンドウを非表示にしたい  
64 `~/.config/conky` を削除する、もしくは `~/.config/i3/config` を編集し、42行目 (`exec --no-startup-id conky`) を削除することで無効に出来ます
65
66
67 ## テーママネージャについて
68 mod+Shift+S で、Alter Linux i3独自のテーママネージャを起動できます。  
69 このテーママネージャでは、画面の上 (デフォルト) にあるパネルの見た目、位置などを変更することが出来ます。
70
71 ## bmenu (システム設定マネージャ) について
72 mod+Bで、システム設定マネージャを起動できます。  
73 このショートカットを押すと、新規ターミナル上でbmenuが起動します。変更したい設定に該当するカテゴリの数字を入力し、設定を変更してください。
74
75
76 ## Q&A
77 - わからないことがある  
78 Twitter [(@Fascode_SPT)](https://twitter.com/Fascode_SPT) へのDMや返信等で気軽に聞いてください。
79
80 ---
81
82 ## Shortcut keys
83 i3wm has many useful shortcut keys. Most of the shortcuts are in combination with a key called [mod].  
84 Here are some of them.
85
86 ### Key Definitions
87 - mod : super (Windows key)
88 - Arrow : ←[ j ], ↓[ k ], ↑[ l ], →[ ; ] key (you can substitute the key in parentheses)
89
90 ### Most important shortcut
91 | Shortcuts      | Contents            |
92 | -------------- | ------------------- |
93 | mod+Enter      | Open a new terminal |
94 | mod+Shift+Q    | Kill active window  |
95 | mod+D          | Software launcher   |
96 | super+Esc      | Screen lock         |
97 | mod+Shift+E    | Power menu          |
98 |                | (on the power menu) |
99 |  S             | Shutdown            |
100 |  R             | Reboot              |
101 |  O             | logOut              |
102 |  L             | Lock                |
103 |  Q, Esc, Enter | Canncel             |
104
105 ### Workspace, window
106 | Shortcuts       | Contents                                     |
107 | --------------- | -------------------------------------------- |
108 | mod+0-9         | Switch workspaces                            |
109 | mod+R           | Resize mode (Canncel when )                  |
110 | mod+Shift+0-9   | Move active window to other workspace        |
111 | mod+Arrow       | Switch active window                         |
112 | mod+Shift+Arrow | Move active window                           |
113 | mod+h           | Change the new window position horizontally  |
114 | mod+v           | Change the new window position horizontally  |
115 | mod+Shift+R     | Reload i3wm                                  |
116
117 ### Softwares
118 | Shortcuts      | Contents                                      |
119 | -------------- | --------------------------------------------- |
120 | mod+Shift+S    | Theme Manager (change the look of the panel ) |
121 | mod+B          | System setting manager                        |
122
123
124 There are many other useful shortcuts.
125
126
127 ## I want to change settings
128 If you want to add some customization, please refer to this section.
129 - Change the panel  
130 Use the Theme Manager described below
131 - Change the system settings, such as screen resolution, etc.  
132 Use bmenu (setting manager) as described below
133 - Change the wallpaper.  
134 Edit `~/.config/i3/config` , and add line 16 `exec --no- startup-id "feh --bg-fill ***` with the path to the wallpaper in the *** position.
135 - Hide the window with the operating instructions.  
136 Remove `~/.config/conky` , or edit `~/.config/i3/config` and remove line 42 (`exec --no-startup-id conky `)
137
138
139 ## About the Theme Manager
140 You can use mod+Shift+S to launch Alter Linux i3's own theme manager.  
141 The theme manager allows you to change the appearance, position, etc. of the panel at the top of the screen (by default).  
142 This theme manager allows you to change the appearance, position, etc. of the panels at the top of the screen (the default) You can do.
143
144 ## About bmenu (System setting manager)
145 You can use mod+B to start the System Configuration Manager.  
146 Pressing this shortcut will launch bmenu in a new terminal. Enter the number of the category that corresponds to the setting you want to change.
147
148
149 ## Q&A
150 - There's something I don't understand  
151 Feel free to ask by DM or reply to Twitter [(@Fascode_SPT)](https://twitter.com/Fascode_SPT).
152
153
154 ---
155
156                 Alter Linux i3 edition help document
157                 Watasuke
158                 Twitter: @Watasuke102
159                 Email  : Watasuke102@gmail.com
160                 (c) 2020 Fascode Network.