|
6 | 6 |
|
7 | 7 | #Install greeter |
8 | 8 |
|
9 | | -yay -Sy lightdm-slick-greeter |
| 9 | +#yay -Sy lightdm-slick-greeter |
| 10 | +#I became a chad and stopped using fancy display managers.. Though I'm considering getting a lightweight cli replacement one day.. One day... |
10 | 11 |
|
11 | 12 | # Install alsa and pavucontrol |
12 | 13 | sudo pacman -S --noconfirm --needed pulseaudio-alsa pavucontrol pulseaudio alsa-firmware |
13 | 14 |
|
14 | 15 | # Fix weird vblank issue |
15 | | -xfconf-query -c xfwm4 -p /general/vblank_mode -s off |
| 16 | +# xfconf-query -c xfwm4 -p /general/vblank_mode -s off |
| 17 | +# Turns out I was an idiot, and installing vmware display drivers (On VMWare workstaThtion VMs) fixed it |
16 | 18 |
|
17 | 19 | # Install ocs-url (for themes) |
18 | | -sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols |
19 | | -wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/ocs-url-3.1.0-1-x86_64.pkg.tar.xz -P /home/windowsagent |
20 | | -sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz |
| 20 | +#sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols |
| 21 | +#wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/ocs-url-3.1.0-1-x86_64.pkg.tar.xz -P /home/windowsagent |
| 22 | +#sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz |
21 | 23 |
|
22 | 24 | # Place lightdm config + xsessions cause again, I'm too lazy to write several sed commands even though it'd probably be easier than tampering with permissions and those stuffs |
23 | 25 |
|
24 | | -cd /usr/share/ |
25 | | -sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/xsessions.zip |
26 | | -sudo unzip xsessions.zip |
27 | | -sudo rm -rf xsessions.zip |
| 26 | +#cd /usr/share/ |
| 27 | +#sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/xsessions.zip |
| 28 | +#sudo unzip xsessions.zip |
| 29 | +#sudo rm -rf xsessions.zip |
28 | 30 |
|
29 | | -cd /etc/ |
30 | | -sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/lightdm.zip |
31 | | -sudo unzip lightdm.zip |
32 | | -sudo rm -rf lightdm.zip |
| 31 | +#cd /etc/ |
| 32 | +#sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/lightdm.zip |
| 33 | +#sudo unzip lightdm.zip |
| 34 | +#sudo rm -rf lightdm.zip |
33 | 35 |
|
34 | 36 | # Deploy modified version of LARBS |
35 | 37 | # with Ikan ikan ikan |
36 | | - |
| 38 | +# I'ma just leave this out if I ever decide to switch back, but I realized that thanks to the magic of LARBS nothing of this garbage is necessary. Thanks Luke! |
37 | 39 | cd /home/windowsagent |
38 | | -curl -Lo https://raw.githubusercontent.com/windowsagent/LARBS/master/larbs.sh |
| 40 | +curl -LO https://raw.githubusercontent.com/windowsagent/LARBS/master/larbs.sh |
39 | 41 | chmod +x larbs.sh |
40 | 42 | ./larbs.sh |
0 commit comments