Compare commits

..

5 Commits

Author SHA1 Message Date
2cafd2fb75 add laptop changes 2025-05-31 22:40:46 -04:00
33a73e4bf6 fix music scripts 2025-05-05 09:23:23 -04:00
70bac5be34 add gaming mouse 2024-12-02 14:09:18 -05:00
59f0106d5e tweak song script 2024-12-02 14:09:18 -05:00
777b011479 update monitor config 2024-11-29 22:15:33 -05:00
7 changed files with 32 additions and 22 deletions

View File

@ -91,17 +91,10 @@ FirstRun=False
[FilterByStroke]
0=grave
[QuickPhrase trigger]
0=www.
1=ftp.
2=http:
3=mail.
4=bbs.
5=forum.
6=https:
7=ftp:
8=telnet:
9=mailto:
[QuickPhraseTriggerRegex]
0=.(/|@)$
1=^(www|bbs|forum|mail|bbs)\\.
2=^(http|https|ftp|telnet|mailto):
[Fuzzy]
# ue -> ve

View File

@ -1,6 +1,6 @@
profile {
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@60Hz
output "LG Electronics LG ULTRAWIDE 0x01010101" enable position 1968,0 mode 2560x1080@60Hz
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@75Hz
output "LG Electronics LG IPS QHD 309NTABDW064" enable scale 1.30 position 1974,0 mode 2560x1440@75Hz
}
profile {

View File

@ -242,6 +242,13 @@ client.unfocused #222222 #222222 #AAAAAA
# font
font pango: IBMPlexMono Regular 10
input "5215:621:SINO_WEALTH_GXT_144_Gaming_Mouse" {
accel_profile "flat"
dwt disabled
left_handed disabled
pointer_accel -0.78
}
# wacom
input "1386:770:Wacom_Intuos_PT_S_Pen" {
accel_profile "flat"

View File

@ -3,5 +3,5 @@ set -eou pipefail
echo "$1" | wget-titles-from-urls >> titles.txt
echo "$1" | youtube-audio
standardize-music
ls -Art | tail -n 1 | xargs -d '\n' kid3
standardize-music

View File

@ -6,6 +6,12 @@ if [ $count != 0 ]; then
rename JPG jpg *.JPG
fi
# rename .jpeg -> .jpg
count=`ls -1 *.jpeg 2>/dev/null | wc -l`
if [ $count != 0 ]; then
rename jpeg jpg *.jpeg
fi
# remove exif except orientation from .jpg
count=`ls -1 *.jpg 2>/dev/null | wc -l`
if [ $count != 0 ]; then

View File

@ -9,7 +9,7 @@ fi
count=`ls -1 *.ogg 2>/dev/null | wc -l`
if [ $count != 0 ]; then
for i in *.ogg; do
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
done
fi
@ -21,7 +21,7 @@ fi
count=`ls -1 *.webm 2>/dev/null | wc -l`
if [ $count != 0 ]; then
for i in *.webm; do
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
done
fi
@ -33,7 +33,7 @@ fi
count=`ls -1 *.opus 2>/dev/null | wc -l`
if [ $count != 0 ]; then
for i in *.opus; do
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
done
fi
@ -45,9 +45,9 @@ fi
count=`ls -1 *.m4a 2>/dev/null | wc -l`
if [ $count != 0 ]; then
for i in *.m4a; do
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
done
fi
shopt -s nullglob
rsgain custom -S -L -a -s i *.mp3 *.flac
rsgain custom --skip-existing --lowercase --tagmode=i *.mp3 *.flac

View File

@ -1,3 +1,7 @@
7zip
adwaita-dark
adwaita-qt5-git
adwaita-qt6-git
aic94xx-firmware
alacritty
amd-ucode
@ -117,7 +121,6 @@ lib32-gamemode
lib32-gst-plugins-base-libs
lib32-gtk3
lib32-libappindicator-gtk3
lib32-libva-mesa-driver
lib32-libxslt
lib32-ocl-icd
lib32-v4l-utils
@ -131,7 +134,7 @@ libpinyin
libreoffice-still
libretro-overlays
libretro-shaders-slang
libva-mesa-driver
librewolf-bin
libva-utils
libvncserver
linux
@ -186,7 +189,6 @@ openshot
openvpn
opustags
overdue
p7zip
package-query
papirus-icon-theme
pavucontrol
@ -225,10 +227,12 @@ remmina
retroarch
retroarch-assets-xmb
rofi
rsgain
rsync
seahorse
shellcheck
shotcut
signal-desktop
simple-scan
slurp
smartmontools