autorandr
Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:phillipberndt/autorandr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000537 537 Bytes | |
_service:recompress:tar_scm:autorandr-1.15.3.17226 |
0000043651 42.6 KB | |
_service:set_version:autorandr.dsc | 0000000359 359 Bytes | |
_service:set_version:autorandr.spec | 0000001293 1.26 KB | |
_service:set_version:debian.changelog | 0000000161 161 Bytes | |
autorandr.dsc | 0000000345 345 Bytes | |
autorandr.spec | 0000001279 1.25 KB | |
debian.changelog | 0000000147 147 Bytes | |
debian.compat | 0000000002 2 Bytes | |
debian.control | 0000000675 675 Bytes | |
debian.rules | 0000000418 418 Bytes |
Latest Revision
Phillip Berndt (phillipberndt)
committed
(revision 190)
trigger service run
Comments 1
Hi! I'd like to point out a bug that is already reported by the linter. Using
env
is not allowed in RPM-managed scripts because it breaks dependency checking. You should change the shebang to be simply#!/usr/bin/python3
.