nix: formatting
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5464089948
commit
749bd90816
1 changed files with 3 additions and 3 deletions
|
@ -68,13 +68,13 @@ in {
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
exec-once =
|
exec-once =
|
||||||
[
|
optionals config.custom.wallpaper ["wallpaper"]
|
||||||
|
++ [
|
||||||
sway-audio-idle-inhibit # Inhibit idle while audio is playing
|
sway-audio-idle-inhibit # Inhibit idle while audio is playing
|
||||||
"${clipse} --clear" # Clear clipboard history
|
"${clipse} --clear" # Clear clipboard history
|
||||||
"${clipse} --listen" # Monitor clipboard
|
"${clipse} --listen" # Monitor clipboard
|
||||||
"[group new lock; tile] ${firefox-esr}"
|
"[group new lock; tile] ${firefox-esr}"
|
||||||
]
|
];
|
||||||
++ optionals config.custom.wallpaper ["wallpaper"];
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
||||||
xwayland = {
|
xwayland = {
|
||||||
|
|
Loading…
Reference in a new issue