Export XDG_MENU_PREFIX as plasma- in sway

This commit is contained in:
Natsu Kagami 2024-09-27 11:51:27 +02:00
parent 5af862a4ad
commit 6a1deaae36
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -131,6 +131,7 @@ in
"XDG_DATA_HOME" # For extra icons
];
systemd.extraCommands = options.wayland.windowManager.sway.systemd.extraCommands.default ++ [
"systemctl --user set-environment XDG_MENU_PREFIX=plasma-"
"systemctl --user restart xdg-desktop-portal.service"
];