Add sddm.conf
This commit is contained in:
@@ -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
|
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
|
||||||
|
```
|
||||||
|
@@ -16,3 +16,7 @@ ssh -f -N -L 4080:172.16.0.1:80 172.16.0.2
|
|||||||
```bash
|
```bash
|
||||||
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss 172.16.0.1
|
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss 172.16.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Options
|
||||||
|
|
||||||
|
ServerAliveInterval
|
||||||
|
Reference in New Issue
Block a user