feat: add KDE Plasma customization scripts and docs
This commit is contained in:
10
systemd/plasma-dock-autofit.path
Normal file
10
systemd/plasma-dock-autofit.path
Normal 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
|
||||
10
systemd/plasma-dock-autofit.service
Normal file
10
systemd/plasma-dock-autofit.service
Normal 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
|
||||
Reference in New Issue
Block a user