Compare commits

..

2 Commits

Author SHA1 Message Date
c40f6216d4 update kanshi 2023-03-13 18:25:35 -04:00
fb3c67693c update package list 2023-03-13 18:25:35 -04:00
3 changed files with 40 additions and 1715 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff