Add sddm.conf.d
This commit is contained in:
parent
d723eb0289
commit
0f24e44641
3 changed files with 20 additions and 0 deletions
|
@ -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
14
sddm/settings.conf
Normal 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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue