Skip to content

Commit

Permalink
Add sway autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
zoickx committed Sep 2, 2023
1 parent bd1b196 commit f36abcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aconfmgr/63-wayland.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Automatic login on boot (drive encrypted anyways)
CopyFile /etc/systemd/system/[email protected]/autologin.conf

## Basics

AddPackage sway # Tiling Wayland compositor and replacement for the i3 window manager
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin zoickx %I $TERM

0 comments on commit f36abcf

Please sign in to comment.