commit | 8945d01f1d4103943914c942512f4b9e4f3cf15d | [log] [tgz] |
---|---|---|
author | PineaFan <pineafan@clicks.codes> | Tue Apr 23 21:10:28 2024 +0100 |
committer | Samuel Shuert <coded@clicks.codes> | Tue Apr 23 20:19:27 2024 +0000 |
tree | 6d19dfa2f401791d310bc71afad9dadac607fb77 | |
parent | 4c21b84c6aebba2aac4ea48e625ee6a775cb5c3f [diff] |
Enable IPC for hyprpaper Change-Id: I70a75b4691e746ca7c45b6ef9da11eba5c9a0192 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/665 Tested-by: PineaFan <pineafan@clicks.codes> Reviewed-by: Skyler Grey <minion@clicks.codes> Reviewed-by: PineaFan <pineafan@clicks.codes>
diff --git a/modules/home/hyprpaper/default.nix b/modules/home/hyprpaper/default.nix index 86bd9fc..4bafa9c 100644 --- a/modules/home/hyprpaper/default.nix +++ b/modules/home/hyprpaper/default.nix
@@ -25,7 +25,7 @@ splash = ${if config.chimera.hyprland.hyprpaper.splash.enable then "true" else "false"} splash_offset = ${builtins.toString config.chimera.hyprland.hyprpaper.splash.offset} - ipc = off + ipc = on '' ); };