Remove deprecated files

This commit is contained in:
Sōon Yoru 2025-01-06 11:54:28 -03:00
parent e2a75998db
commit a6fdbd87d5
Signed by: yoru
GPG key ID: B63039394990CD72
5 changed files with 0 additions and 46 deletions

View file

@ -1,6 +0,0 @@
Section "Monitor"
Identifier "DisplayPort-0"
Modeline "2560x1080_75.00" 294.00 2560 2744 3016 3472 1080 1083 1093 1130 -hsync +vsync
Option "PreferredMode" "2560x1080_75.00"
EndSection

View file

@ -1,16 +0,0 @@
#!/bin/bash
device="3-3:1.2"
function bind() {
echo $1 | sudo tee /sys/bus/usb/drivers/usbhid/bind >/dev/null 2>&1
}
# assure script will be killed if something odd happens
(sleep 50 && kill $$ 2>/dev/null) &
# try to rebind until be killed
while true; do
bind $device
sleep 2
done

View file

@ -1,14 +0,0 @@
#!/bin/bash
function set_default() {
wpctl set-default $(wpctl status | grep Speaker | awk '{print $2}' | tr -d '.') >/dev/null 2>&1
}
# assure script will be killed if something odd happens
(sleep 50 && kill $$ 2>/dev/null) &
# try to set default until be killed
while true; do
set_default
sleep 2
done

View file

@ -46,16 +46,11 @@ uninstall() {
# If this script fails, I don't want it to run again
rm -fv /var/lib/steamos-atomupd/system-updated
#cp -fv 10-monitor.conf /etc/X11/xorg.conf.d/
cp -fv 10-ptrace.conf /etc/sysctl.d/
cp -fv mglru.conf /etc/tmpfiles.d/
cp -fv memlock.conf /etc/security/limits.d/
cp -fv locale.gen /etc/
#cp -fv post_upgrade.service /etc/systemd/system/
#systemctl --system daemon-reload
#systemctl enable post_upgrade
mkdir -p /usr/lib/firmware/edid/
cp -fv ultrawide70.bin /usr/lib/firmware/edid/ultrawide.bin

View file

@ -38,9 +38,4 @@ REGISTRY_BAK="$HOME"/.local/share/steam_registry_oobe.vdf
fi
)
#if [[ "$@" != *"steam://"* ]]; then
# (sleep 15 && /home/deck/deck_boot/fix_sound.sh) &
# (sleep 15 && /home/deck/deck_boot/fix_controller.sh) &
#fi
exec /usr/lib/steam/steam -steamdeck "$@"