aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/BetterDiscord/data/stable/settings.json14
-rw-r--r--.config/X11/base2
-rw-r--r--.config/coc/extensions/package.json12
-rw-r--r--.config/picom.conf2
4 files changed, 19 insertions, 11 deletions
diff --git a/.config/BetterDiscord/data/stable/settings.json b/.config/BetterDiscord/data/stable/settings.json
index 42a2be1..e50172b 100644
--- a/.config/BetterDiscord/data/stable/settings.json
+++ b/.config/BetterDiscord/data/stable/settings.json
@@ -3,12 +3,18 @@
"voiceDisconnect": false,
"showToasts": true,
"mediaKeys": false,
- "bdContextMenu": true
+ "bdContextMenu": true,
+ "themeAttributes": true
},
"addons": {
"addonErrors": true,
"editAction": "detached"
},
+ "store": {
+ "bdAddonStore": true,
+ "alwaysEnable": false,
+ "addonEmbeds": true
+ },
"customcss": {
"customcss": true,
"liveUpdate": true,
@@ -25,7 +31,8 @@
"window": {
"transparency": false,
"removeMinimumSize": true,
- "frame": false
+ "frame": false,
+ "inAppTrafficLights": false
},
"developer": {
"debugLogs": false,
@@ -33,6 +40,7 @@
"debuggerHotkey": false,
"reactDevTools": false,
"inspectElement": false,
- "devToolsWarning": false
+ "devToolsWarning": false,
+ "recovery": true
}
} \ No newline at end of file
diff --git a/.config/X11/base b/.config/X11/base
index a556ed2..a538320 100644
--- a/.config/X11/base
+++ b/.config/X11/base
@@ -1,4 +1,4 @@
-*.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true
+*.font: monospace:size=7.5:antialias=true:autohint=true
*.borderpx: 10
*.termname: st-256color
*.tabspaces: 2
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json
index b055105..1a8c2f8 100644
--- a/.config/coc/extensions/package.json
+++ b/.config/coc/extensions/package.json
@@ -2,20 +2,20 @@
"dependencies": {
"coc-css": ">=2.1.0",
"coc-emmet": ">=1.1.6",
- "coc-go": ">=1.3.33",
+ "coc-go": ">=1.3.35",
"coc-html": ">=1.8.0",
"coc-java": ">=1.15.2",
"coc-json": ">=1.9.2",
"coc-python": ">=1.2.13",
- "coc-rust-analyzer": ">=0.75.2",
- "coc-tsserver": ">=2.1.4",
+ "coc-rust-analyzer": ">=0.80.2",
+ "coc-tsserver": ">=2.2.0",
"coc-vimtex": ">=1.1.5",
"coc-lua": ">=2.0.6",
- "coc-deno": ">=3.13.0",
- "coc-sh": ">=1.2.2",
+ "coc-deno": ">=3.15.0",
+ "coc-sh": ">=1.2.4",
"coc-solargraph": ">=1.2.4"
},
"disabled": [],
"locked": [],
- "lastUpdate": 1737632010099
+ "lastUpdate": 1738787321876
} \ No newline at end of file
diff --git a/.config/picom.conf b/.config/picom.conf
index f88a591..111ad71 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -55,7 +55,7 @@ rules = (
corner-radius = 0;
},
{
- match = "window_type *= 'popup_menu'";
+ match = "window_type *= 'combo'";
shadow = true;
corner-radius = 10;
},