Added xcaffeine.py (self-written script) for keeping the screen awake when certain applications are open

This commit is contained in:
2022-06-26 01:55:13 -04:00
parent c589cfa80f
commit 7fb3a5ac98
3 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ chmod -R 700 /home
# installing desktop environment and addons + utilities
if [ "$formfactor" -lt 4 ]; then
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa plasma-desktop lightdm-openrc lightdm-gtk-greeter kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate micro bluedevil bluez --needed --noconfirm
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa libpulse plasma-desktop lightdm-openrc lightdm-gtk-greeter kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate micro bluedevil bluez --needed --noconfirm
rc-update add lightdm
ln -s /usr/bin/micro /usr/bin/nano
fi