Compare commits
No commits in common. "446893f2327b275bc98b6219693d323817bf6025" and "b1807eb72b5198f834f9df8db222f80ea6a039f7" have entirely different histories.
446893f232
...
b1807eb72b
@ -1,4 +1,18 @@
|
||||
profile {
|
||||
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@60Hz
|
||||
output "LG Electronics LG ULTRAWIDE 0x00000101" enable position 1968,0 mode 2560x1080@60Hz
|
||||
output eDP-1 enable scale 2.00 position 0,540 mode 3200x1800
|
||||
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
|
||||
}
|
||||
|
@ -1,12 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo stopping bluetooth...
|
||||
echo stopping bluetooth-autoconnect...
|
||||
sudo systemctl stop bluetooth-autoconnect
|
||||
echo stopping bluetooth...
|
||||
sudo systemctl stop bluetooth
|
||||
sudo rmmod btusb
|
||||
|
||||
echo starting bluetooth...
|
||||
sudo modprobe btusb
|
||||
sudo systemctl start bluetooth
|
||||
echo starting bluetooth-autoconnect...
|
||||
sudo systemctl start bluetooth-autoconnect
|
||||
|
Loading…
Reference in New Issue
Block a user