Compare commits

...

2 Commits

Author SHA1 Message Date
446893f232 adjust kanshi 2023-10-15 15:02:22 -04:00
80b1cc73a8 totally restart bluetooth 2023-10-15 15:01:14 -04:00
2 changed files with 6 additions and 19 deletions

View File

@ -1,18 +1,4 @@
profile { profile {
output eDP-1 enable scale 2.00 position 0,540 mode 3200x1800 output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@60Hz
output "Acer Technologies G257HU T1WAA0012432" enable scale 1.00 position 1600,0 mode 2560x1440 output "LG Electronics LG ULTRAWIDE 0x00000101" enable position 1968,0 mode 2560x1080@60Hz
}
profile {
output eDP-1 enable scale 2.00 position 0,540 mode 3200x1800
}
profile {
output "LG Electronics LG ULTRAWIDE 0x00000101" enable position 0,0 mode 2560x1080
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.10 position 2560,0 mode 2560x1440@60Hz
}
profile {
output eDP-1 enable scale 2.00 position 0,540 mode 3200x1800
output "VIZIO, Inc E55-E2 0x00000101" enable position 1600,540 mode 1920x1080@30Hz
} }

View File

@ -1,11 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
echo stopping bluetooth-autoconnect...
sudo systemctl stop bluetooth-autoconnect
echo stopping bluetooth... echo stopping bluetooth...
sudo systemctl stop bluetooth-autoconnect
sudo systemctl stop bluetooth sudo systemctl stop bluetooth
sudo rmmod btusb
echo starting bluetooth... echo starting bluetooth...
sudo modprobe btusb
sudo systemctl start bluetooth sudo systemctl start bluetooth
echo starting bluetooth-autoconnect...
sudo systemctl start bluetooth-autoconnect sudo systemctl start bluetooth-autoconnect