summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/niri/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 338b15b1..4a207589 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -207,6 +207,10 @@ in {
207 207
208 debug.render-drm-device = "/dev/dri/by-path/pci-0000:00:02.0-render"; 208 debug.render-drm-device = "/dev/dri/by-path/pci-0000:00:02.0-render";
209 209
210 animations = {
211 slowdown = 0.5;
212 };
213
210 layout = { 214 layout = {
211 gaps = 8; 215 gaps = 8;
212 struts = { left = 0; right = 0; top = 0; bottom = 0; }; 216 struts = { left = 0; right = 0; top = 0; bottom = 0; };