Fix: Fixed virtual keyboard.

This commit is contained in:
Keyitdev
2024-09-11 22:12:36 +02:00
parent 3ff1700f92
commit e630cce6a8
5 changed files with 61 additions and 17 deletions
+28 -1
View File
@@ -17,8 +17,17 @@ Here are some examples:
### Dependencies
#### Arch, Void
```sh
qt6-declarative qt6-svg sddm
sddm qt6-svg
```
#### Fedora
```sh
sddm qt6-qtsvg
```
#### OpenSUSE
```sh
sddm-qt6 qt6-svg
```
### Install
@@ -37,6 +46,24 @@ qt6-declarative qt6-svg sddm
Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf
```
### Virtual keyboard
![Preview](./Previews/preview5.png)
#### Arch
1. Install package.
```sh
sddm qt6-virtualkeyboard
```
2. Then edit `/etc/sddm.conf.d/virtualkbd.conf`, so that it looks like this:
```sh
[General]
InputMethod=qtvirtualkeyboard
```
### Credits
Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-sugar-dark) by **MarianArlt**.