diff options
author | Götz Christ <goetzchrist@gmail.com> | 2016-08-18 17:56:01 -0500 |
---|---|---|
committer | Götz Christ <goetzchrist@gmail.com> | 2016-08-18 18:00:58 -0500 |
commit | aecd33d25db184d152ec6b7ddd69db6713ec232e (patch) | |
tree | b18e09424887d3c7e5c33bacc52ed2b2c23f69a7 /config | |
parent | 420fa20ae63cf010b0849ca11a96e67d54ffb0bc (diff) | |
download | sway-aecd33d25db184d152ec6b7ddd69db6713ec232e.tar.xz |
Add input example section to config
Also improve sway-input(5) description to be more consistent with sway-bar(5).
Diffstat (limited to 'config')
-rw-r--r-- | config | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -23,11 +23,26 @@ set $menu dmenu_run # Default wallpaper (more resolutions are available in /usr/share/sway/) output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill # -# Example output configuration: +# Example configuration: # # output HDMI-A-1 resolution 1920x1080 position 1920,0 # -# You can get the names of your outputs by running swaymsg -t get_outputs +# You can get the names of your outputs by running: swaymsg -t get_outputs + +### Input configuration +# +# Example configuration: +# +# input "2:14:SynPS/2_Synaptics_TouchPad" { +# dwt enabled +# tap enabled +# natural_scroll enabled +# middle_emulation enabled +# } +# +# You can get the names of your inputs by running: swaymsg -t get_inputs +# The escape symbol "\" has to be removed. +# Read `man 5 sway-input` for more information about this section. ### Key bindings # @@ -170,6 +185,7 @@ bindsym $mod+r mode "resize" # # Status Bar: # +# Read `man 5 sway-bar` for more information about this section. bar { position top colors { @@ -178,7 +194,6 @@ bar { inactive_workspace #32323200 #32323200 #5c5c5c } } -# Read sway-bar(5) for more information about this section. # You may want this: # |