stuff
This commit is contained in:
parent
3b5daefca4
commit
7157dd1569
4
TODO
4
TODO
@ -5,7 +5,7 @@
|
||||
[x] configure seatd env
|
||||
[ ] Configure bluez
|
||||
[x] configure tlp
|
||||
[ ] install, start end configure turnstile
|
||||
[ ] install, start end configure turnstile
|
||||
[ ] configure power button actions
|
||||
[ ] setup gps and use it to get time (maybe)
|
||||
[ ] remove swap (default)
|
||||
@ -18,4 +18,4 @@
|
||||
[ ] pipewire
|
||||
[ ] waybar
|
||||
[ ] screen locking and idle
|
||||
[ ] setup greetd with autologin
|
||||
[x] setup greetd with autologin
|
||||
|
||||
10
conf/greetd/config.toml
Normal file
10
conf/greetd/config.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[terminal]
|
||||
vt = 1
|
||||
|
||||
[default_session]
|
||||
command = "start-sway"
|
||||
user = "DEF_USER"
|
||||
|
||||
[initial_session]
|
||||
command = "start-sway"
|
||||
user = "DEF_USER"
|
||||
@ -12,3 +12,5 @@ xdg-desktop-portal
|
||||
xdg-desktop-portal-wlr
|
||||
clipman
|
||||
greetd
|
||||
squeekboard
|
||||
lisgd
|
||||
|
||||
@ -15,6 +15,7 @@ fish
|
||||
firefox
|
||||
pcmanfm-qt
|
||||
pfetch
|
||||
micro
|
||||
|
||||
# documentation
|
||||
man-pages
|
||||
|
||||
@ -4,3 +4,6 @@ cp conf/tlp.conf /etc/tlp.conf
|
||||
|
||||
# install wrapper script for sway
|
||||
install -m 755 bin/start-sway.sh /usr/local/bin/start-sway
|
||||
|
||||
mkdir -p /etc/greetd
|
||||
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml
|
||||
|
||||
@ -8,3 +8,4 @@ rc-update add sensord default
|
||||
rc-update add cupsd boot
|
||||
rc-update add consolefont boot
|
||||
rc-update add tlp default
|
||||
rc-update add greetd default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user