Gitea Version: 1.27.3
diff --git a/.config/newsboat/config b/.config/newsboat/config index f765fed..5b0fed3 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,6 +1,6 @@ auto-reload yes refresh-on-startup yes -reload-time 10 +reload-time 3600 notify-program "/home/yorune/.local/bin/notify-program" notify-always yes diff --git a/.local/bin/Logs b/.local/bin/Logs new file mode 120000 index 0000000..554b400 --- /dev/null +++ b/.local/bin/Logs @@ -0,0 +1 @@ +emerge-logs \ No newline at end of file diff --git a/.local/bin/browser-x b/.local/bin/browser-x index a1ad1e8..30cbf27 100755 --- a/.local/bin/browser-x +++ b/.local/bin/browser-x @@ -1,5 +1,9 @@ #!/bin/bash KERNEL=$(uname -sr) [[ $KERNEL =~ "icrosoft" ]] && "/mnt/c/Program Files/Mozilla Firefox/firefox.exe" "$@" -[[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox-bin "$@" - #brave-bin --force-device-scale-factor=1.2 "$@"& +[[ $KERNEL =~ "gentoo" ]] && MOZ_X11_EGL=1 GDK_DPI_SCALE="1.35" firefox "$@" +#[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@" + + +# Firefox +# media.ffmpeg.vaapi.enabled -> true
Gitea Version: 1.27.3