GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SWAYIMG(5) Swayimg configuration SWAYIMG(5)

swayimgrc - Swayimg configuration file

$XDG_CONFIG_HOME/swayimg/config
$HOME/.config/swayimg/config

The Swayimg configuration file is a text-based INI file used to override the default settings.

The basic element contained in the INI file is the key or property. Every key has a name and a value, delimited by an equals sign (=). The name appears to the left of the equals sign. The value can contain any character. Kay and values are case sensitive.

The number sign (#) at the beginning of the line indicates a comment. Empty lines and comments are ignored.

scale: initial image scale:
default: 100% or less to fit to window;
fit: fit to window;
real: real size (100%);
    
fullscreen: start in dull screen mode, possible values are yes or no
background: background mode or color, possible values are grid or RGB hex color (e.g. 1a2b3c)
info: show image meta information: format, size, EXIF, and current scale, possible values are yes or no

# comment
scale = default
fullscreen = no
background = grid
info = no

swayimg(1)

For suggestions, comments, bug reports etc. visit the project homepage.
2022-02-09 swayimg

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.