forked from mirrors_public/oddlama_nix-config
chore: don't use systemd to start swaync and waybar to get restart support
This commit is contained in:
parent
a0e50ce0e9
commit
c5a4bfa5f2
3 changed files with 33 additions and 2 deletions
|
@ -117,6 +117,13 @@ in {
|
|||
};
|
||||
|
||||
decoration.rounding = 4;
|
||||
exec-once = [
|
||||
"${pkgs.waybar}/bin/waybar"
|
||||
"${pkgs.swaynotificationcenter}/bin/swaync"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"systemctl --user restart xdg-desktop-portal.service"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue