# There also is the (new) i3-dmenu-desktop which only displays applications
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# installed.
@ -71,7 +72,7 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+Shift+Right move right
# split in horizontal orientation
# split in horizontal orientation
#bindsym $mod+h split h
bindsym $mod+r split h
# split in vertical orientation
# split in vertical orientation
bindsym $mod+v split v
bindsym $mod+v split v
@ -85,10 +86,10 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
bindsym $mod+e layout toggle split
# toggle tiling / floating
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
#bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
#bindsym $mod+space focus mode_toggle
# focus the parent container
# focus the parent container
bindsym $mod+a focus parent
bindsym $mod+a focus parent
@ -141,35 +142,35 @@ bindsym $mod+Shift+r restart
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'"
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'"
# resize window (you can also use the mouse for that)
# resize window (you can also use the mouse for that)
mode "resize" {
# mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# # These bindings trigger as soon as you enter the resize mode
#
# Pressing left will shrink the window’s width.
# # Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# # Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# # Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
# # Pressing down will grow the window’s height.
#bindsym j resize shrink width 10 px or 10 ppt
# #bindsym j resize shrink width 10 px or 10 ppt
#bindsym k resize grow height 10 px or 10 ppt
# #bindsym k resize grow height 10 px or 10 ppt
#bindsym l resize shrink height 10 px or 10 ppt
# #bindsym l resize shrink height 10 px or 10 ppt
#bindsym semicolon resize grow width 10 px or 10 ppt