mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 15:13:55 -05:00
dustin: don't autostart trayscale
This commit is contained in:
parent
4bb47e3cc5
commit
f3e899968d
|
@ -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";}];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue