diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-05-10 18:33:21 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-05-10 18:33:21 +0200 |
| commit | 40d0868ba958cc1ac9d4009c457e36d4fdc7f16b (patch) | |
| tree | b53a3ee7c5722308f495f5f5f61a2bc298726c67 | |
| parent | 449f48e27f287b0dba66ca4a90f8ada3557fbc77 (diff) | |
Minor changes
| -rw-r--r-- | clangd/.config/clangd/config.yaml | 4 | ||||
| -rw-r--r-- | code/.config/Code/User/settings.json | 1 | ||||
| -rw-r--r-- | mpv/.config/mpv/mpv.conf | 12 | ||||
| -rwxr-xr-x | tmux/.tmux.conf | 2 |
4 files changed, 16 insertions, 3 deletions
diff --git a/clangd/.config/clangd/config.yaml b/clangd/.config/clangd/config.yaml new file mode 100644 index 0000000..23ece56 --- /dev/null +++ b/clangd/.config/clangd/config.yaml @@ -0,0 +1,4 @@ +InlayHints: + Enabled: No +Hover: + ShowAKA: Yes diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 6b7138d..156ef3d 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -12,6 +12,7 @@ "editor.fontSize": 15, "editor.formatOnPaste": false, "editor.hover.delay": 200, + "editor.inlayHints.enabled": "offUnlessPressed", "editor.minimap.enabled": false, "editor.mouseWheelZoom": true, "editor.multiCursorModifier": "ctrlCmd", diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index eb78fbf..09ba3ad 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,8 +1,16 @@ +border=no +x11-bypass-compositor=yes +term-osd-bar=yes +stop-screensaver=yes + sub-auto=fuzzy +hwdec=auto profile=gpu-hq -scale=ewa_lanczossharp -cscale=ewa_lanczossharp video-sync=display-resample interpolation tscale=oversample + +[best] +scale=ewa_lanczossharp +cscale=ewa_lanczossharp diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 77197aa..ab1edd9 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -2,7 +2,7 @@ set-option -g history-limit 100000 set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",alacritty:RGB" +set -ga terminal-overrides ",alacritty:RGB" # Remap prefix from 'C-b' to 'C-a' unbind C-b |
