Compare commits

...

2 commits

Author SHA1 Message Date
0f24e44641 Add sddm.conf.d 2024-06-04 20:23:36 +02:00
d723eb0289 Add .gitignore 2024-06-04 20:23:30 +02:00
4 changed files with 21 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"

1
repositories/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
punktdateien-bashrc

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"