stuff
This commit is contained in:
parent
3b5daefca4
commit
7157dd1569
2
TODO
2
TODO
@ -18,4 +18,4 @@
|
|||||||
[ ] pipewire
|
[ ] pipewire
|
||||||
[ ] waybar
|
[ ] waybar
|
||||||
[ ] screen locking and idle
|
[ ] 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
|
xdg-desktop-portal-wlr
|
||||||
clipman
|
clipman
|
||||||
greetd
|
greetd
|
||||||
|
squeekboard
|
||||||
|
lisgd
|
||||||
|
|||||||
@ -15,6 +15,7 @@ fish
|
|||||||
firefox
|
firefox
|
||||||
pcmanfm-qt
|
pcmanfm-qt
|
||||||
pfetch
|
pfetch
|
||||||
|
micro
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
man-pages
|
man-pages
|
||||||
|
|||||||
@ -4,3 +4,6 @@ cp conf/tlp.conf /etc/tlp.conf
|
|||||||
|
|
||||||
# install wrapper script for sway
|
# install wrapper script for sway
|
||||||
install -m 755 bin/start-sway.sh /usr/local/bin/start-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 cupsd boot
|
||||||
rc-update add consolefont boot
|
rc-update add consolefont boot
|
||||||
rc-update add tlp default
|
rc-update add tlp default
|
||||||
|
rc-update add greetd default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user