# alt hotkeys to switch to alt workspaces (right display)
bindsym $mod+F1 workspace number $WSalt1
bindsym $mod+F2 workspace number $WSalt2
bindsym $mod+F3 workspace number $WSalt3
bindsym $mod+F4 workspace number $WSalt4
bindsym $mod+F5 workspace number $WSalt5
bindsym $mod+F6 workspace number $WSalt6
bindsym $mod+F7 workspace number $WSalt7
bindsym $mod+F8 workspace number $WSalt8
bindsym $mod+F9 workspace number $WSalt9
bindsym $mod+F10 workspace number $WS10
# move focused container to workspace
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+Ctrl+1 move container to workspace number $WSalt1
bindsym $mod+Shift+Ctrl+2 move container to workspace number $WSalt2
bindsym $mod+Shift+Ctrl+3 move container to workspace number $WSalt3
bindsym $mod+Shift+Ctrl+4 move container to workspace number $WSalt4
bindsym $mod+Shift+Ctrl+5 move container to workspace number $WSalt5
bindsym $mod+Shift+Ctrl+6 move container to workspace number $WSalt6
bindsym $mod+Shift+Ctrl+7 move container to workspace number $WSalt7
bindsym $mod+Shift+Ctrl+8 move container to workspace number $WSalt8
bindsym $mod+Shift+Ctrl+9 move container to workspace number $WSalt9
bindsym $mod+Shift+Ctrl+0 move container to workspace number $WS10
bindsym $mod+Shift+F1 move container to workspace number $WSalt1
bindsym $mod+Shift+F2 move container to workspace number $WSalt2
bindsym $mod+Shift+F3 move container to workspace number $WSalt3
bindsym $mod+Shift+F4 move container to workspace number $WSalt4
bindsym $mod+Shift+F5 move container to workspace number $WSalt5
bindsym $mod+Shift+F6 move container to workspace number $WSalt6
bindsym $mod+Shift+F7 move container to workspace number $WSalt7
bindsym $mod+Shift+F8 move container to workspace number $WSalt8
bindsym $mod+Shift+F9 move container to workspace number $WSalt9
bindsym $mod+Shift+F10 move container to workspace number $WS10
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# open i3-input
bindsym $mod+Shift+grave exec i3-input
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
#bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
# # gaps
# #i3bar_command i3bar -t
# height 24
# #position top
# #separator_symbol "|"
tray_output $OUTPUT1
# tray_padding 0
colors {
background #000000
statusline #ffffff
separator #666666
focused_workspace #880044 #bb0066 #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
urgent_workspace #2f343a #900000 #ffffff
binding_mode #2f343a #900000 #ffffff
}
}
# Colors
# class border backgr. text indicator child_border