diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:55:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:55:05 +0530 |
| commit | e2aaad312bf6a58fad9d3258d7b4c65e39a06ae8 (patch) | |
| tree | 5703bc3ee9bf2adea5fd4f0d63735a317598a6c1 /home.nix | |
| parent | ea8e97eca415101f799b2184d7a9d77742c735f2 (diff) | |
| download | nixos-config-e2aaad312bf6a58fad9d3258d7b4c65e39a06ae8.tar.gz nixos-config-e2aaad312bf6a58fad9d3258d7b4c65e39a06ae8.zip | |
minor changes
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -154,19 +154,19 @@ in { "scripts".source = ./scripts; }; - services.picom = { - enable = true; - backend = "glx"; - inactiveDim = "0.3"; - opacityRule = [ - "98:class_g = 'St' && focused" - "85:class_g = 'St' && !focused" - "90:class_g = 'qutebrowser' && !focused" - "100:class_g = 'qutebrowser' && focused" - ]; - extraOptions = '' - focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"]; - ''; - menuOpacity = "0.9"; - }; + #services.picom = { + #enable = true; + #backend = "glx"; + #inactiveDim = "0.3"; + #opacityRule = [ + #"98:class_g = 'St' && focused" + #"85:class_g = 'St' && !focused" + #"90:class_g = 'qutebrowser' && !focused" + #"100:class_g = 'qutebrowser' && focused" + #]; + #extraOptions = '' + #focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"]; + #''; + #menuOpacity = "0.9"; + #}; } |
