Add sddm.conf

This commit is contained in:
root
2024-03-26 01:51:12 +03:00
parent 3a65f588a5
commit c527f09bbd
2 changed files with 34 additions and 0 deletions

View File

@@ -12,3 +12,33 @@ FILE=/usr/share/applications/org.kde.discover.notifier.desktop; awk 'BEGIN{x=1}
echo 'Hidden=true' >> ~/.config/autostart/org.kde.discover.notifier.desktop
```
### Sddm config
```ini
# /etc/sddm.conf.d/kde_settings.conf
[Autologin]
Relogin=false
Session=
User=
[General]
HaltCommand=
RebootCommand=
[Theme]
Current=breeze
[Users]
MaximumUid=60000
MinimumUid=0
```
### Disable lang on login screen
```bash
#!/usr/bin/sh
# Xsetup - run as root before the login dialog appears
# /usr/share/sddm/scripts/Xsetup
setxkbmap -model pc104 -layout us
```

View File

@@ -16,3 +16,7 @@ ssh -f -N -L 4080:172.16.0.1:80 172.16.0.2
```bash
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss 172.16.0.1
```
# Options
ServerAliveInterval