aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-01-13 17:50:48 +0530
committerAkshay Nair <phenax5@gmail.com>2024-01-13 17:50:48 +0530
commit1f5fd6dba444ef0faef7e0799a205183c6ceb9af (patch)
treedd78bb0a468003dca5122cd17c21406b7442e1da /config
parentfba2849d709fcafa500ca2392e58b15255f4ef5b (diff)
downloadnixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.tar.gz
nixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.zip
config sync
Diffstat (limited to 'config')
m---------config/nvim0
-rw-r--r--config/picom.conf3
-rw-r--r--config/qutebrowser/homepage/index.html4
3 files changed, 3 insertions, 4 deletions
diff --git a/config/nvim b/config/nvim
-Subproject 0d9ac9f04656a0a92c719f2d78676dc970196a1
+Subproject 1ca488856ceae2e30c98c1ea79243fcf650561a
diff --git a/config/picom.conf b/config/picom.conf
index f0115c3..38de5ad 100644
--- a/config/picom.conf
+++ b/config/picom.conf
@@ -1,9 +1,8 @@
-backend = "glx";
+backend = "xrender"; # glx
inactive-dim = 0.3;
focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"];
-#backend = "glx";
#blur-method = "dual_kawase";
#blur-strength = 2;
diff --git a/config/qutebrowser/homepage/index.html b/config/qutebrowser/homepage/index.html
index 0794c1d..b27ea82 100644
--- a/config/qutebrowser/homepage/index.html
+++ b/config/qutebrowser/homepage/index.html
@@ -244,8 +244,8 @@
},
];
- const $grid = $('#grid');
- render($grid, h('div', { className: 'grid' }, blocks.map(getBlock)));
+ // const $grid = $('#grid');
+ // render($grid, h('div', { className: 'grid' }, blocks.map(getBlock)));
</script>
</body>
</html>