1
0
Fork 0

n-1: finalize switch from KDE to BSPWM

This commit is contained in:
Pratham Patel 2023-01-09 19:27:12 +05:30
parent 88c35eac30
commit 1daa383b3a
1 changed files with 0 additions and 8 deletions

View File

@ -32,14 +32,6 @@ if [[ $WHAT_IS_MY_TZ == "whoopsie" || $WHAT_IS_MY_HOSTNAME == "whoopsie" ]]; the
systemctl reboot
fi
# apply a fix for KDE preventing shutdown/reboots
# this is because I am using systemd-boot instead of GRUB/something else
# https://invent.kde.org/plasma/plasma-workspace/-/wikis/Plasma-and-the-systemd-boot
systemctl --user is-active --quiet service plasma-plasmashell.service
if [[ $? -ne 0 ]]; then
kwriteconfig5 --file startkderc --group General --key systemdBoot true
systemctl --user enable plasma-plasmashell.service
fi
################################################################################
# SSH KEYS