Compare commits

..

3 Commits

Author SHA1 Message Date
645d96f095 fix memory issues with DV remove command 2025-06-22 15:44:32 +02:00
1078dd333b . 2025-06-14 17:42:41 +02:00
a3ef26fe8b mouse and scroll sensitivity 2025-06-08 14:18:21 +02:00
4 changed files with 7 additions and 5 deletions

View File

@ -12,11 +12,11 @@ input {
follow_mouse = 0 follow_mouse = 0
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = -0.17
touchpad { touchpad {
natural_scroll = true natural_scroll = true
scroll_factor = 0.2 scroll_factor = 0.15
} }
} }

View File

@ -34,8 +34,10 @@ pacman -S waybar dunst libnotify wofi pipewire brightnessctl wireless_tools man-
pacman -S yazi ffmpeg poppler fd p7zip pacman -S yazi ffmpeg poppler fd p7zip
# Other software # Other software
# Use amdctl for undervolting pacman -S stress btop bat neovim nano dust fastfetch imv wl-clipboard
pacman -S stress btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
# Screenshots
pacman -S grim slurp
# Bash prompt bar # Bash prompt bar
pacman -S starship pacman -S starship

1
remove_dolbyvision.sh Normal file
View File

@ -0,0 +1 @@
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "Star_Wars_the_Rise_of_Skywalker.mkv" -map 0:v:0 -map 0:a:0 -map 0:a:1 -map 0:a:5 -map 0:s? -c:v copy -bsf:v hevc_metadata=remove_dovi=1 -c:a copy -c:s copy -max_muxing_queue_size 2048 -avoid_negative_ts disabled "Star Wars the Rise of Skywalker.mkv"

View File

@ -1 +0,0 @@
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/makemkv/output/John_Wick_4.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled John_Wick_4.mkv