Skip to content

Commit

Permalink
fix moving items between workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig West committed Jul 21, 2016
1 parent a701e3c commit 78f8e36
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ bindsym $mod+Control+Shift+Right move window to workspace next
bindsym $mod+Control+Shift+Prior move container to output left
bindsym $mod+Control+Shift+Next move container to output right

bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3
bindsym $mod+Shift+4 move container to workspace number $ws4
bindsym $mod+Shift+5 move container to workspace number $ws5
bindsym $mod+Shift+6 move container to workspace number $ws6
#bindsym $mod+Shift+7 move container to workspace number $ws7
#bindsym $mod+Shift+8 move container to workspace number $ws8
#bindsym $mod+Shift+9 move container to workspace number $ws9
#bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
#bindsym $mod+Shift+7 move container to workspace $ws7
#bindsym $mod+Shift+8 move container to workspace $ws8
#bindsym $mod+Shift+9 move container to workspace $ws9
#bindsym $mod+Shift+0 move container to workspace $ws10

assign [class="terminator"] $ws1
assign [class="Firefox"] $ws2
Expand Down

0 comments on commit 78f8e36

Please sign in to comment.