Skip to content

Commit c54e3fc

Browse files
committed
[*] update README.md
1 parent 265cc2e commit c54e3fc

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/linux-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux
1+
name: linux-portal
22
on: [push]
33

44
permissions:

.github/workflows/linux-wlr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux
1+
name: linux-wlr
22
on: [push]
33

44
permissions:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ This is a screen recording tool for `Linux` `Wayland`, which uses the `wlroots`
2828
- When using the cursor tracking feature with the `Wayland xdg portal` version, you need to either add the current user to the `input` and `plugdev` groups or run the program with administrator privileges.
2929
- `sudo usermod -aG input $USER` or `sudo usermod -aG plugdev $USER`
3030
- `sudo -E wayshot`
31+
- Program version selection:
32+
- `portal` version: `Ubuntu` and `KDE`, etc.
33+
- `wlr` version: `Sway` and `Hyprland`, etc.
3134

3235
### Reference
3336
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)

README.zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- `Wayland xdg portal`版本使用光标追踪功能,需要将当前用户添加到`input``plugdev`组或者使用管理员权限运行程序。
2929
- `sudo usermod -aG input $USER` or `sudo usermod -aG plugdev $USER`
3030
- `sudo -E wayshot`
31+
- 程序版本选择版本:
32+
-`portal`版本:`Ubuntu``KDE`
33+
- 'wlr'版本:`Sway``Hyprland`
3134

3235
### 参考
3336
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)

0 commit comments

Comments
 (0)