aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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>