From 1f5fd6dba444ef0faef7e0799a205183c6ceb9af Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 13 Jan 2024 17:50:48 +0530 Subject: config sync --- config/nvim | 2 +- config/picom.conf | 3 +-- config/qutebrowser/homepage/index.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/nvim b/config/nvim index 0d9ac9f..1ca4888 160000 --- a/config/nvim +++ b/config/nvim @@ -1 +1 @@ -Subproject commit 0d9ac9f04656a0a92c719f2d78676dc970196a10 +Subproject commit 1ca488856ceae2e30c98c1ea79243fcf650561a3 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))); -- cgit v1.3.1