aboutsummaryrefslogtreecommitdiff
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
# 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
+ }
+}