mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Fix: Fixed virtual keyboard.
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
#### 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**.
|
||||
|
||||
Reference in New Issue
Block a user