Update default config

This commit is contained in:
Drew DeVault 2016-03-27 12:50:09 -04:00
parent eacf3d0396
commit 6f53322774
1 changed files with 11 additions and 9 deletions

8
config
View File

@ -24,6 +24,8 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Example output configuration: # Example output configuration:
# #
# output HDMI-A-1 resolution 1920x1080 position 1920,0 # 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 ### Key bindings
# #
@ -48,9 +50,6 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload 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) # exit sway (logs you out of your wayland session)
bindsym $mod+Shift+e exit 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+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10 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: # Layout stuff:
# #
@ -151,6 +152,7 @@ bar {
inactive_workspace #32323200 #32323200 #5c5c5c inactive_workspace #32323200 #32323200 #5c5c5c
} }
} }
# Read sway-bar(5) for more information about this section.
# You may want this: # You may want this:
# #