aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-17 04:41:24 +0000
committerAkshay <[email protected]>2022-01-17 04:41:24 +0000
commitf0256aadc01907d8a03fcdd0f35ca3dc6261704d (patch)
treee4aaa8d2d8266458f97a7156db39a2e08fb4a0cc /x
parent0f1cde1f67d44e78b2945bea832d0b70d21aa8a3 (diff)
add tree-sitter devel plugins
Diffstat (limited to 'x')
-rw-r--r--x/2bwm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/x/2bwm.nix b/x/2bwm.nix
index 76c2a52..af66b7a 100644
--- a/x/2bwm.nix
+++ b/x/2bwm.nix
@@ -7,8 +7,8 @@
7with theme; 7with theme;
8{ 8{
9 xresources.properties = { 9 xresources.properties = {
10 "twobwm.border_width" = 8; 10 "twobwm.border_width" = 12;
11 "twobwm.outer_border" = 2; 11 "twobwm.outer_border" = 10;
12 "twobwm.focus_color" = base01; 12 "twobwm.focus_color" = base01;
13 "twobwm.unfocus_color" = base01; 13 "twobwm.unfocus_color" = base01;
14 "twobwm.fixed_color" = base0D; 14 "twobwm.fixed_color" = base0D;