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