aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config21
1 files changed, 21 insertions, 0 deletions
diff --git a/config b/config
index 2bb37f4f..f7e9e751 100644
--- a/config
+++ b/config
@@ -16,6 +16,15 @@ set $term urxvt
16# Your preferred application launcher 16# Your preferred application launcher
17set $menu dmenu_run 17set $menu dmenu_run
18 18
19### Output configuration
20#
21# Default wallpaper - CC-BY-NC from Netzlemming http://netzlemming.deviantart.com/art/Field-of-Barley-05240017-307176737
22output * bg /usr/share/sway/wallpaper.jpg fill
23#
24# Example output configuration:
25#
26# output HDMI-A-1 resolution 1920x1080 position 1920,0
27
19### Key bindings 28### Key bindings
20# 29#
21# Basics: 30# Basics:
@@ -130,3 +139,15 @@ set $menu dmenu_run
130 # Show the next scratchpad window or hide the focused scratchpad window. 139 # Show the next scratchpad window or hide the focused scratchpad window.
131 # If there are multiple scratchpad windows, this command cycles through them. 140 # If there are multiple scratchpad windows, this command cycles through them.
132 bindsym $mod+minus scratchpad show 141 bindsym $mod+minus scratchpad show
142
143#
144# Status Bar:
145#
146bar {
147 position top
148 colors {
149 statusline #ffffff
150 background #323232
151 inactive_workspace #32323200 #32323200 #5c5c5c
152 }
153}