-
-
Save waflessnet/3fa54ca124d6a16e0092fa5a86312e21 to your computer and use it in GitHub Desktop.
command kde panel hidden/ height location
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
# set show or height size kde panel | |
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].height = 40" | |
# move panel to bottom | |
# | |
# | |
# position screen | |
# 7 - 8 - 3 | |
# 6 - - 2 | |
# 5 - 4 - 1 | |
# | |
# | |
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].location = 4" | |
# extra | |
# disable autohidden panel | |
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "panels()[0].hiding = \"null\"" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment