diff --git a/install.sh b/install.sh index 0fe8372..ff61973 100755 --- a/install.sh +++ b/install.sh @@ -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" diff --git a/sddm/settings.conf b/sddm/settings.conf new file mode 100644 index 0000000..e4b338c --- /dev/null +++ b/sddm/settings.conf @@ -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 diff --git a/uninstall.sh b/uninstall.sh index 3fbec4a..ed44f45 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -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"