aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config12
1 files changed, 12 insertions, 0 deletions
diff --git a/config b/config
index fe681565..f7e9e751 100644
--- a/config
+++ b/config
@@ -139,3 +139,15 @@ output * bg /usr/share/sway/wallpaper.jpg fill
139 # Show the next scratchpad window or hide the focused scratchpad window. 139 # Show the next scratchpad window or hide the focused scratchpad window.
140 # If there are multiple scratchpad windows, this command cycles through them. 140 # If there are multiple scratchpad windows, this command cycles through them.
141 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}