Add default wallpaper

Closes #238
master
Drew DeVault 9 years ago
parent 631f7e8500
commit 5060c72a54

@ -119,4 +119,10 @@ install(
COMPONENT data
)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg
DESTINATION share/sway
COMPONENT data
)
feature_summary(WHAT ALL)

@ -16,6 +16,15 @@ set $term urxvt
# Your preferred application launcher
set $menu dmenu_run
### Output configuration
#
# Default wallpaper - CC-BY-NC from Netzlemming http://netzlemming.deviantart.com/art/Field-of-Barley-05240017-307176737
output * bg /usr/share/sway/wallpaper.jpg fill
#
# Example output configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
### Key bindings
#
# Basics:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Loading…
Cancel
Save