diff options
author | Akshay <[email protected]> | 2023-01-26 12:33:27 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-26 12:33:27 +0000 |
commit | cec4fcabdab7a1bd137130111e8ee6567686815c (patch) | |
tree | 76fadfa47e41f0ce4e211367cfe07f2367e22ec4 /services | |
parent | e6ee8f7a83586d11f55a03f1b7cec9d14311ddf8 (diff) |
tweaks
Diffstat (limited to 'services')
-rw-r--r-- | services/default.nix | 2 | ||||
-rw-r--r-- | services/picom.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/default.nix b/services/default.nix index b2a39bb..2bce0e4 100644 --- a/services/default.nix +++ b/services/default.nix | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | imports = [ | 9 | imports = [ |
10 | ./dunst.nix | 10 | ./dunst.nix |
11 | ./picom.nix | 11 | # ./picom.nix |
12 | ./redshift.nix | 12 | ./redshift.nix |
13 | ./sxhkd.nix | 13 | ./sxhkd.nix |
14 | # ./mbsync.nix | 14 | # ./mbsync.nix |
diff --git a/services/picom.nix b/services/picom.nix index d298424..07f8f58 100644 --- a/services/picom.nix +++ b/services/picom.nix | |||
@@ -6,7 +6,7 @@ | |||
6 | { | 6 | { |
7 | services.picom = { | 7 | services.picom = { |
8 | enable = true; | 8 | enable = true; |
9 | backend = "glx"; | 9 | backend = "xrender"; |
10 | fade = true; | 10 | fade = true; |
11 | fadeDelta = 10; | 11 | fadeDelta = 10; |
12 | fadeSteps = [ 0.04 0.04 ]; | 12 | fadeSteps = [ 0.04 0.04 ]; |