diff options
Diffstat (limited to 'x11/xrandr/pkg')
-rw-r--r-- | x11/xrandr/pkg/DESCR | 6 | ||||
-rw-r--r-- | x11/xrandr/pkg/PLIST | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/x11/xrandr/pkg/DESCR b/x11/xrandr/pkg/DESCR new file mode 100644 index 0000000..7a46f76 --- /dev/null +++ b/x11/xrandr/pkg/DESCR @@ -0,0 +1,6 @@ +Xrandr is used to set the size, orientation and/or reflection of the +outputs for a screen. It can also set the screen size. + +If invoked without any option, it will dump the state of the outputs, +showing the existing modes for each of them, with a '+' after the +preferred modes and a '*' after the current mode. diff --git a/x11/xrandr/pkg/PLIST b/x11/xrandr/pkg/PLIST new file mode 100644 index 0000000..24ca02b --- /dev/null +++ b/x11/xrandr/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/xkeystone +@bin bin/xrandr +@man man/man1/xrandr.1 |