You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README-en.md
+22-17
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
3
3
---
4
4
5
-

5
+

6
6
7
7
# install & configure
8
8
9
9
## install softwares
10
10
11
+
You can search for package names using the package manager, or search keywords on [pkgs.org](https://pkgs.org) to determine the package name.
12
+
11
13
- base
12
14
13
-
-`i3` : in some distributions, `i3` may be a package-group name, that contains i3 wm and other components, `i3-wm` , `i3-gaps`, `i3block` , `i3lock`and`i3status`. And in some distributions, `i3` may only refer to `i3wm`. (you can search keywords on [pkgs.org](https://pkgs.org) to determine the package name.)
14
-
- Suitable terminal (see [terminal](#terminal), select a terminal emulator )
15
+
-`i3` : in some distributions, `i3` may be a package-group name, that contains i3 wm and other components, `i3-wm` , `i3-gaps`, `i3block` , `i3lock`and`i3status`. And in some distributions, `i3` may only refer to `i3wm`.
16
+
- Suitable terminal (see [terminal](#terminal), select a terminal emulator )
15
17
-`dmenu` Applications launcher
16
18
-`feh` image viewer , show wallpaper
17
19
@@ -41,21 +43,24 @@
41
43
42
44
## configure i3
43
45
44
-
- Downlod this config and extra it, put `i3` and `i3status` in the `~/.config/` , and put `Pictures`(including some sample wallpapers) in the current user's home directory (`~/`).
46
+
- Downlod this config and extra it, put `i3` and `i3status` in the `~/.config/` , and put `Pictures`(including some sample wallpapers) in the current user's home directory (`~/`).
45
47
46
48
If you need to display the tray icon, you may need to refer to the following section of the [tray Icons](#tray Icons) for configuration.
47
49
48
-
A simple initial configuration can be done using the script `config-zh.sh`.
50
+
A simple initial configuration can be done using the script `config-zh.sh`.
- unlock : input your user password , then press "Enter" key .
174
179
175
180
@@ -261,7 +266,7 @@ so , **eDP1** is my display device's name , if your display device's name is not
261
266
262
267
263
268
264
-
Or you can try these comands for modification:
269
+
Or you can try these comands for modification(`xrandr`need`xorg-xrandr`):
265
270
266
271
```shell
267
272
name=`xrandr | sed -n '2p'| cut -d '' -f 1`
@@ -274,7 +279,7 @@ If it show `xrandr: command not found` , install `xorg-xrandr` , then excuted co
274
279
275
280
- not found this package while installing
276
281
277
-
Maybe this package is another name on your distribution. Using the fuzzy search in your pckage manger, also search the real name in this site https://pkgs.org.
282
+
Maybe this package is another name on your distribution. Using the fuzzy search in your package manger, also search the real name in this site https://pkgs.org.
278
283
279
284
- emoji need a font such as `fonts-symbola ` (perhaps its name is `ttf-symbola`)
0 commit comments