Add sddm.conf.d

This commit is contained in:
JeremyStar™ 2024-06-04 20:23:36 +02:00
parent d723eb0289
commit 0f24e44641
3 changed files with 20 additions and 0 deletions

View file

@ -39,6 +39,9 @@ link "lone-files/locale.conf" "etc/locale.conf"
link "lone-files/vconsole.conf" "etc/vconsole.conf"
link "lone-files/localtime" "etc/localtime"
# sddm
link "sddm" "etc/sddm.conf.d"
# arch linux related
link "archlinux/pacman.conf" "etc/pacman.conf"
link "archlinux/pacman.d" "etc/pacman.d"

14
sddm/settings.conf Normal file
View file

@ -0,0 +1,14 @@
[Autologin]
Relogin=true
Session=hyprland
User=jeremystartm
[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot
[Theme]
Current=breeze
CursorSize=32
CursorTheme=Posy_Cursor
Font=Jost,10,-1,5,50,0,0,0,0,0

View file

@ -25,6 +25,9 @@ unlink "etc/locale.conf"
unlink "etc/vconsole.conf"
unlink "etc/localtime"
# sddm
unlink "etc/sddm.conf.d"
# arch linux related
unlink "etc/pacman.conf"
unlink "etc/pacman.d"