dustin: don't autostart trayscale

This commit is contained in:
Aly Raffauf 2024-08-24 16:45:14 -04:00
parent 4bb47e3cc5
commit f3e899968d

View file

@ -40,7 +40,6 @@ self: {
wayland.windowManager = {
hyprland.settings = {
bind = ["SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"];
exec-once = ["sleep 2 && ${lib.getExe pkgs.trayscale} --hide-window"];
};
sway.config = {
@ -59,8 +58,6 @@ self: {
pos = "-2560 0";
};
};
startup = [{command = "sleep 2 && ${lib.getExe pkgs.trayscale} --hide-window";}];
};
};