diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: @@ -130,3 +139,15 @@ set $menu dmenu_run # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+minus scratchpad show + +# +# Status Bar: +# +bar { + position top + colors { + statusline #ffffff + background #323232 + inactive_workspace #32323200 #32323200 #5c5c5c + } +} |