Skip to content

Commit

Permalink
Export XDG_MENU_PREFIX as plasma- in sway
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Sep 27, 2024
1 parent 5af862a commit 6a1deaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/programs/my-sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];

Expand Down

0 comments on commit 6a1deaa

Please sign in to comment.