Commit cbc81e99 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed Ctrl+Shift+m to move all windows in workspace ` to current

workspace.
parent 6945daf1
......@@ -173,7 +173,7 @@ bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con
# mark and move
bindsym $mod+m mark --add --toggle m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Shift+m [workspace="`"] move container to mark m
bindsym $mod+Shift+m [workspace="`"] move container to workspace current
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
......
......@@ -134,7 +134,7 @@ bindsym $mod+g exec "i3-input -f $i3inputfont -l 1 -P \\"Goto Mark: \\" -F '[con
# mark and move
bindsym $mod+m mark --add --toggle m
bindsym $mod+Ctrl+m unmark m
bindsym $mod+Shift+m [workspace="`"] move container to mark m
bindsym $mod+Shift+m [workspace="`"] move container to workspace current
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment