whoops that was dumb
This commit is contained in:
parent
9815fbdead
commit
d9adf63735
1 changed files with 2 additions and 2 deletions
|
@ -459,7 +459,7 @@ in {
|
|||
"${pkgs.systemd}/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"${pkgs.dbus}/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP"
|
||||
"${handle_hyprland_events}/bin/handle_hyprland_events"
|
||||
];
|
||||
] ++ cfg.extraSettings.exec-once;
|
||||
|
||||
exec = [
|
||||
# kill (almost) everything on special workspaces
|
||||
|
@ -483,7 +483,7 @@ in {
|
|||
|
||||
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"
|
||||
"${pkgs.blueman}/bin/blueman-applet"
|
||||
] ++ cfg.extraSettings.exec-once;
|
||||
] ++ cfg.extraSettings.exec;
|
||||
|
||||
layerrule = [
|
||||
# no black border on grimblast screenshots
|
||||
|
|
Loading…
Reference in a new issue