swaync: set default position to right top
This commit is contained in:
parent
5069872bcf
commit
1be23afdef
|
@ -9,6 +9,11 @@ in
|
||||||
libnotify
|
libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.file.".config/swaync/config.json".text = builtins.toJSON {
|
||||||
|
positionX = "right";
|
||||||
|
positionY = "top";
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings.exec-once = [
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
"swaync"
|
"swaync"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue