Add configurable Plasma panel scroll and click actions
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"command": ["/usr/bin/plasma-panel-actions", "--settings"]}
|
||||
@@ -0,0 +1,2 @@
|
||||
module se.ajpanton.panelactions
|
||||
plugin panelactionsplugin
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Panel Actions
|
||||
Exec=plasma-panel-actions
|
||||
OnlyShowIn=KDE;
|
||||
X-KDE-autostart-phase=2
|
||||
NoDisplay=true
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Panel Actions
|
||||
Comment=Configure panel scrolling and empty-space clicks
|
||||
Icon=preferences-desktop
|
||||
Exec=plasma-panel-actions --settings
|
||||
Categories=Qt;KDE;Settings;DesktopSettings;
|
||||
OnlyShowIn=KDE;
|
||||
Reference in New Issue
Block a user