Compare commits
2 Commits
b1807eb72b
...
446893f232
Author | SHA1 | Date | |
---|---|---|---|
446893f232 | |||
80b1cc73a8 |
@ -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
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user