|
|
|
@ -24,6 +24,8 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
|
# Example output configuration:
|
|
|
|
|
#
|
|
|
|
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
|
|
|
|
#
|
|
|
|
|
# You can get the names of your outputs by running sway-msg -t get_outputs
|
|
|
|
|
|
|
|
|
|
### Key bindings
|
|
|
|
|
#
|
|
|
|
@ -48,9 +50,6 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
|
# reload the configuration file
|
|
|
|
|
bindsym $mod+Shift+c reload
|
|
|
|
|
|
|
|
|
|
# restart sway inplace (preserves your layout/session, can be used to upgrade sway)
|
|
|
|
|
bindsym $mod+Shift+r restart
|
|
|
|
|
|
|
|
|
|
# exit sway (logs you out of your wayland session)
|
|
|
|
|
bindsym $mod+Shift+e exit
|
|
|
|
|
#
|
|
|
|
@ -102,6 +101,8 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
|
bindsym $mod+Shift+8 move container to workspace 8
|
|
|
|
|
bindsym $mod+Shift+9 move container to workspace 9
|
|
|
|
|
bindsym $mod+Shift+0 move container to workspace 10
|
|
|
|
|
# Note: workspaces can have any name you want, not just numbers.
|
|
|
|
|
# We just use 1-10 as the default.
|
|
|
|
|
#
|
|
|
|
|
# Layout stuff:
|
|
|
|
|
#
|
|
|
|
@ -144,13 +145,14 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
|
# Status Bar:
|
|
|
|
|
#
|
|
|
|
|
bar {
|
|
|
|
|
position top
|
|
|
|
|
colors {
|
|
|
|
|
statusline #ffffff
|
|
|
|
|
background #323232
|
|
|
|
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
|
|
|
|
}
|
|
|
|
|
position top
|
|
|
|
|
colors {
|
|
|
|
|
statusline #ffffff
|
|
|
|
|
background #323232
|
|
|
|
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
# Read sway-bar(5) for more information about this section.
|
|
|
|
|
|
|
|
|
|
# You may want this:
|
|
|
|
|
#
|
|
|
|
|