Export XDG_MENU_PREFIX as plasma- in sway
This commit is contained in:
parent
5af862a4ad
commit
6a1deaae36
|
@ -131,6 +131,7 @@ in
|
||||||
"XDG_DATA_HOME" # For extra icons
|
"XDG_DATA_HOME" # For extra icons
|
||||||
];
|
];
|
||||||
systemd.extraCommands = options.wayland.windowManager.sway.systemd.extraCommands.default ++ [
|
systemd.extraCommands = options.wayland.windowManager.sway.systemd.extraCommands.default ++ [
|
||||||
|
"systemctl --user set-environment XDG_MENU_PREFIX=plasma-"
|
||||||
"systemctl --user restart xdg-desktop-portal.service"
|
"systemctl --user restart xdg-desktop-portal.service"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue