Compare commits

..

No commits in common. "c40f6216d40f60211122131dd3bf32b12ecdd78c" and "86447da7e2d0e2edc520bc191f99a8d7974c0109" have entirely different histories.

3 changed files with 1715 additions and 40 deletions

View File

@ -8,8 +8,8 @@ profile {
} }
profile { profile {
output "LG Electronics LG ULTRAWIDE 0x00000101" enable position 0,0 mode 2560x1080 output "Goldstar Company Ltd LG ULTRAWIDE 0x00000101" enable position 0,360 mode 2560x1080
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.10 position 2560,0 mode 2560x1440@60Hz output "Goldstar Company Ltd LG IPS QHD 201NTPCGD520" enable scale 1.10 position 2560,0 mode 2560x1440
} }
profile { profile {

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eou pipefail set -eou pipefail
echo $(pacman -Qqe) | \ echo $(pacman -Qqn) $(pacman -Qqm) | \
tr " " "\n" | \ tr " " "\n" | \
sort sort

File diff suppressed because it is too large Load Diff