Skip to content

Instantly share code, notes, and snippets.

@amoilanen
Created May 9, 2022 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amoilanen/f6fab5fc8b98385c7af524fd52cc1a94 to your computer and use it in GitHub Desktop.
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
#!/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