feat: add KDE Plasma customization scripts and docs

This commit is contained in:
droid
2026-03-23 16:40:14 +08:00
commit f0ced79af7
10 changed files with 4924 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Watch for KDE display layout changes and recalculate Plasma docks
[Path]
PathChanged=%h/.config/kwinoutputconfig.json
PathModified=%h/.config/kwinoutputconfig.json
Unit=plasma-dock-autofit.service
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Recalculate Plasma bottom docks for current screens
After=plasma-plasmashell.service
[Service]
Type=oneshot
ExecStart=%h/.local/bin/recalc-plasma-bottom-docks.sh
[Install]
WantedBy=default.target