diff options
| author | kj-sh604 | 2024-11-18 08:46:15 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-11-18 08:46:15 -0500 |
| commit | 750c921a568c8a24d8ec090c26ff9b50c7431e78 (patch) | |
| tree | c9b740ec4c2b9e4ef609a33f1478610d156ce086 /.config | |
| parent | 16b203f8185e3f3640632779306756a776fdbe1d (diff) | |
refactor: symlink `chromium-flags.conf`
Diffstat (limited to '.config')
| l---------[-rw-r--r--] | .config/brave-flags.conf | 5 | ||||
| -rw-r--r-- | .config/chrome-beta-flags.conf | 4 | ||||
| l---------[-rw-r--r--] | .config/chrome-flags.conf | 5 | ||||
| l---------[-rw-r--r--] | .config/electron-flags.conf | 5 |
4 files changed, 3 insertions, 16 deletions
diff --git a/.config/brave-flags.conf b/.config/brave-flags.conf index 6e7cfe8..497cdf7 100644..120000 --- a/.config/brave-flags.conf +++ b/.config/brave-flags.conf @@ -1,4 +1 @@ ---disable-gpu-vsync ---ignore-gpu-blocklist ---enable-zero-copy ---enable-features=VaapiVideoDecodeLinuxGL +chromium-flags.conf
\ No newline at end of file diff --git a/.config/chrome-beta-flags.conf b/.config/chrome-beta-flags.conf deleted file mode 100644 index 6e7cfe8..0000000 --- a/.config/chrome-beta-flags.conf +++ /dev/null @@ -1,4 +0,0 @@ ---disable-gpu-vsync ---ignore-gpu-blocklist ---enable-zero-copy ---enable-features=VaapiVideoDecodeLinuxGL diff --git a/.config/chrome-flags.conf b/.config/chrome-flags.conf index 6e7cfe8..497cdf7 100644..120000 --- a/.config/chrome-flags.conf +++ b/.config/chrome-flags.conf @@ -1,4 +1 @@ ---disable-gpu-vsync ---ignore-gpu-blocklist ---enable-zero-copy ---enable-features=VaapiVideoDecodeLinuxGL +chromium-flags.conf
\ No newline at end of file diff --git a/.config/electron-flags.conf b/.config/electron-flags.conf index 6e7cfe8..497cdf7 100644..120000 --- a/.config/electron-flags.conf +++ b/.config/electron-flags.conf @@ -1,4 +1 @@ ---disable-gpu-vsync ---ignore-gpu-blocklist ---enable-zero-copy ---enable-features=VaapiVideoDecodeLinuxGL +chromium-flags.conf
\ No newline at end of file |
