mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 22:13:56 -05:00
dustin: don't autostart trayscale
This commit is contained in:
parent
4bb47e3cc5
commit
f3e899968d
|
@ -40,7 +40,6 @@ self: {
|
||||||
wayland.windowManager = {
|
wayland.windowManager = {
|
||||||
hyprland.settings = {
|
hyprland.settings = {
|
||||||
bind = ["SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"];
|
bind = ["SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"];
|
||||||
exec-once = ["sleep 2 && ${lib.getExe pkgs.trayscale} --hide-window"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
sway.config = {
|
sway.config = {
|
||||||
|
@ -59,8 +58,6 @@ self: {
|
||||||
pos = "-2560 0";
|
pos = "-2560 0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
startup = [{command = "sleep 2 && ${lib.getExe pkgs.trayscale} --hide-window";}];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue