Add SDDM config
This commit is contained in:
parent
996ad1b6b8
commit
636046af55
2 changed files with 21 additions and 0 deletions
15
files/sddm-kde.conf
Normal file
15
files/sddm-kde.conf
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Autologin]
|
||||||
|
Relogin=false
|
||||||
|
Session=
|
||||||
|
User=
|
||||||
|
|
||||||
|
[General]
|
||||||
|
HaltCommand=/usr/bin/systemctl poweroff
|
||||||
|
RebootCommand=/usr/bin/systemctl reboot
|
||||||
|
|
||||||
|
[Theme]
|
||||||
|
Current=breeze
|
||||||
|
|
||||||
|
[Users]
|
||||||
|
MaximumUid=60513
|
||||||
|
MinimumUid=1000
|
|
@ -16,6 +16,12 @@
|
||||||
loop:
|
loop:
|
||||||
- krunnerrc
|
- krunnerrc
|
||||||
|
|
||||||
|
- name: Install SDDM config
|
||||||
|
template:
|
||||||
|
src: ./files/sddm-kde.conf
|
||||||
|
dest: /etc/sddm.conf.d/kde_settings.conf
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: Update animation speed
|
- name: Update animation speed
|
||||||
realorangeone.kconfig.kconfig:
|
realorangeone.kconfig.kconfig:
|
||||||
group: KDE
|
group: KDE
|
||||||
|
|
Loading…
Reference in a new issue