lxqt-kwin/README.md

32 lines
652 B
Markdown
Raw Permalink Normal View History

2022-02-24 16:44:30 +01:00
# lxqt-kwin
2022-02-24 17:30:43 +01:00
Arch lxqt-kwin setup
2022-02-27 08:49:22 +01:00
![lxqt-kwin.png](lxqt-kwin.png)
2022-04-20 09:42:51 +02:00
![lxqt-kwin-alarm.png](lxqt-kwin-alarm.png)
2022-02-27 08:49:22 +01:00
2022-04-19 16:50:38 +02:00
## setup
2022-02-24 17:30:43 +01:00
2022-04-20 09:42:51 +02:00
* install git
* clone this repo
* cd into the folder
* follow the checklist
2022-04-19 16:50:38 +02:00
2022-04-20 09:42:51 +02:00
### checklist
2022-04-19 16:50:38 +02:00
- [ ] `pacman -Syu --needed - < $PWD/Packages-Desktop`
2022-03-06 18:02:01 +01:00
- [ ] `systemctl enable NetworkManager`
- [ ] `systemctl enable sddm`
- [ ] `systemctl enable firewalld`
2022-04-19 16:50:38 +02:00
- [ ] `cp -r $PWD/etc/. /etc/`
- [ ] `cp -r $PWD/usr/. /usr/`
- [ ] `cp -r $PWD/root/. /root/`
2022-03-06 18:03:49 +01:00
- [ ] `useradd -mUG lp,wheel,network,video USERNAME`
2022-03-06 18:02:01 +01:00
- [ ] `passwd USERNAME`
2022-04-19 16:50:38 +02:00
2022-04-20 09:42:51 +02:00
### slightly automated
2022-04-19 16:50:38 +02:00
2022-04-20 09:42:51 +02:00
* an alternative is to run the `setup.sh`
```
bash setup.sh username
```