support more complex monitor layouts with move/focus actions using left|right|up|down
Conflicts: config.h
This commit is contained in:
10
xoatrc
10
xoatrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user