diff options
author | Joe <rbo@gmx.us> | 2024-06-16 19:34:15 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-16 19:34:15 +0200 |
commit | 6f28d911c905325fcaa25a29167dc3fc7ae98a1e (patch) | |
tree | 33e6babbe810e540205235d202be223eb61a5e25 | |
parent | up (diff) | |
download | dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.gz dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.bz2 dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.xz dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.tar.zst dotfiles-bsd-6f28d911c905325fcaa25a29167dc3fc7ae98a1e.zip |
up
-rw-r--r-- | .config/gtk-2.0/gtkrc | 3 | ||||
-rw-r--r-- | .config/gtk-3.0/settings.ini | 2 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index 1d13160..07d7ac5 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -5,7 +5,6 @@ include "/home/jozan/.gtkrc-2.0.mine" gtk-theme-name="Gruvbox-Dark-B" gtk-icon-theme-name="Gruvbox_Dark" gtk-font-name="sans-serif 12" -gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR @@ -15,5 +14,5 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" +gtk-xft-hintstyle="hintslight" gtk-xft-rgba="rgb" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 124e2fd..fd23b35 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -11,6 +11,6 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull +gtk-xft-hintstyle=hintslight gtk-xft-rgba=rgb gtk-cursor-theme-name=Adwaita diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index ad9a188..fbb1019 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,2 +1,4 @@ video-sync=display-resample osc=yes +demuxer-max-bytes=1GiB +script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" |