idk
This commit is contained in:
parent
715ba9ca93
commit
a7f970740e
6
TODO
6
TODO
@ -13,9 +13,9 @@
|
|||||||
[ ] gestures (look at sxmo)
|
[ ] gestures (look at sxmo)
|
||||||
[x] make the console font change permanent
|
[x] make the console font change permanent
|
||||||
[ ] setup sway config
|
[ ] setup sway config
|
||||||
[ ] sleep
|
[x] sleep
|
||||||
[ ] permanent clipboard
|
[ ] permanent clipboard
|
||||||
[ ] pipewire
|
[x] pipewire
|
||||||
[ ] waybar
|
[ ] waybar
|
||||||
[ ] screen locking and idle
|
[x] screen locking and idle
|
||||||
[x] setup greetd with autologin
|
[x] setup greetd with autologin
|
||||||
|
|||||||
1
conf/99-touchscreen.rules
Normal file
1
conf/99-touchscreen.rules
Normal file
@ -0,0 +1 @@
|
|||||||
|
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="Sharp Corp. 07EA0004", SYMLINK+="input/touchscreen"
|
||||||
@ -24,3 +24,4 @@ adwaita-icon-theme
|
|||||||
adwaita-qt
|
adwaita-qt
|
||||||
breeze-icons
|
breeze-icons
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
|
wev
|
||||||
|
|||||||
@ -8,6 +8,9 @@ install -m 755 bin/start-sway.sh /usr/local/bin/start-sway
|
|||||||
# install doas rule to allow wheel users to use zzz
|
# install doas rule to allow wheel users to use zzz
|
||||||
install -m 644 conf/doas-zzz.conf /etc/doas.d/zzz.conf
|
install -m 644 conf/doas-zzz.conf /etc/doas.d/zzz.conf
|
||||||
|
|
||||||
|
# install udev rules to link touchscreen to /dev/input/touchscreen
|
||||||
|
install -m 644 conf/99-touchscreen.rules /etc/udev/rules.d/99-touchscreen.rules
|
||||||
|
|
||||||
# Install greetd config
|
# Install greetd config
|
||||||
mkdir -p /etc/greetd
|
mkdir -p /etc/greetd
|
||||||
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml
|
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user