aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-09-30 00:44:30 -0400
committerkj_sh6042025-09-30 00:44:30 -0400
commit26d8db57ce05be5e284921a9ce2c21101ad6baf2 (patch)
treeced917bb35e3e568fcdd6d3a85901c03ee126f92
parent06164e0ec657fe4b8083c200d7a5b7b6130aad45 (diff)
refactor: add `code-flags.conf` since I use VSCode now 🤓
-rw-r--r--.config/chromium-flags.conf1
l---------.config/code-flags.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/chromium-flags.conf b/.config/chromium-flags.conf
index 339b80c..ee5dba7 100644
--- a/.config/chromium-flags.conf
+++ b/.config/chromium-flags.conf
@@ -6,3 +6,4 @@
--disable-gpu-vsync
--enable-gpu-rasterization
--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,WebUIDarkMode,CanvasOopRasterization,VaapiVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxGL
+--disable-smooth-scrolling \ No newline at end of file
diff --git a/.config/code-flags.conf b/.config/code-flags.conf
new file mode 120000
index 0000000..497cdf7
--- /dev/null
+++ b/.config/code-flags.conf
@@ -0,0 +1 @@
+chromium-flags.conf \ No newline at end of file