support more complex monitor layouts with move/focus actions using left|right|up|down

Conflicts:
	config.h
This commit is contained in:
Sean Pringle
2016-06-30 09:45:21 +10:00
parent 0e0fa13f32
commit d7de4ff112
6 changed files with 86 additions and 13 deletions

10
xoatrc
View File

@@ -110,12 +110,12 @@ bind Mod4+h action_maximize_horz
bind Mod4+m action_maximize
# Switch focus between monitors.
bind Mod4+Next action_focus_monitor -1
bind Mod4+Prior action_focus_monitor +1
bind Mod4+Next action_focus_monitor right
bind Mod4+Prior action_focus_monitor left
# Move windows between monitors.
bind Mod4+Shift+Next action_move_monitor -1
bind Mod4+Shift+Prior action_move_monitor +1
bind Mod4+Shift+Next action_move_monitor right
bind Mod4+Shift+Prior action_move_monitor left
# Launchers
bind Mod4+x action_command dmenu_run
@@ -138,4 +138,4 @@ bind F4 action_find_or_start sublime-text
# Consider carefully if this is really what you want. Launch commands
# will be run on startup and on every "xoat restart" there after...
# launch xterm
# launch xsetroot -cursor_name left_ptr
# launch xsetroot -cursor_name left_ptr