Compare commits

..

No commits in common. "446893f2327b275bc98b6219693d323817bf6025" and "b1807eb72b5198f834f9df8db222f80ea6a039f7" have entirely different histories.

2 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,18 @@
profile { profile {
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@60Hz output eDP-1 enable scale 2.00 position 0,540 mode 3200x1800
output "LG Electronics LG ULTRAWIDE 0x00000101" enable position 1968,0 mode 2560x1080@60Hz output "Acer Technologies G257HU T1WAA0012432" enable scale 1.00 position 1600,0 mode 2560x1440
}
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,12 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
echo stopping bluetooth... echo stopping bluetooth-autoconnect...
sudo systemctl stop bluetooth-autoconnect sudo systemctl stop bluetooth-autoconnect
echo stopping bluetooth...
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