Start work on implement layouts other than Stack

This commit is contained in:
Kovid Goyal
2016-12-04 22:34:31 +05:30
parent 836494a8f0
commit 7cde189bf5
5 changed files with 100 additions and 38 deletions

View File

@@ -44,15 +44,19 @@ wheel_scroll_multiplier 5.0
# The interval between successive clicks to detect double/triple clicks (in seconds)
click_interval 0.5
# Hide mouse cursor after the specified number of seconds of the mouse not being used. Set to
# zero or a negative number to disable mouse cursor hiding.
mouse_hide_wait 3.0
# The enabled window layouts. A comma separated list of layout names. The special value * means
# all layouts. For a list of available layouts, see the file layouts.py
enabled_layouts *
# Delay (in milliseconds) between screen updates. Decreasing it, increases fps
# at the cost of more CPU usage. The default value yields ~100fps which is more
# that sufficient for most uses.
repaint_delay 10
# Hide mouse cursor after the specified number of seconds of the mouse not being used. Set to
# zero or a negative number to disable mouse cursor hiding.
mouse_hide_wait 3.0
# The modifier keys to press when clicking with the mouse on URLs to open the URL
open_url_modifiers ctrl+shift
@@ -125,6 +129,7 @@ map ctrl+shift+home scroll_home
map ctrl+shift+end scroll_end
# Window management
map ctrl+shift+n new_window
map ctrl+shift+tab next_window
map ctrl+shift+enter new_window
map ctrl+shift+] next_window
map ctrl+shift+w close_window
map ctrl+shift+l next_layout