Keyitdev / dotfiles

My personal build of dotfiles using i3.
GNU General Public License v3.0
365 stars 38 forks source link

How to disable login manager (SDDM) #12

Closed alphaprads closed 1 year ago

alphaprads commented 1 year ago

how do i rewrite password for login screen it doesn't seem to pick up my actual login password i use my computer by logging in other tty3 and then starting the session using startx

if this requires inputs i would love a suggestion with a way to disable the lock screen on startup this would really improve my workflow as i'm using i3 for efficiency

Keyitdev commented 1 year ago

It should use your actual password. Maybe change session in sddm (login manager).

Keyitdev commented 1 year ago

You can disable the lock screen, just run: sudo systemctl disable sddm.service and sudo systemctl stop sddm.service.

alphaprads commented 1 year ago

sudo systemctl disable sddm.service worked like a charm.