Created
May 9, 2022 06:01
-
-
Save amoilanen/f6fab5fc8b98385c7af524fd52cc1a94 to your computer and use it in GitHub Desktop.
Sometimes KDE bottom bar disappears when switching between external displays, this script makes the bottom bar reappear
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm ~/.config/plasma-org.kde.plasma.desktop-appletsrc | |
killall plasmashell | |
plasmashell & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment