|
|
@ -48,10 +48,10 @@ bindsym $mod+d exec dmenu_run |
|
|
|
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop |
|
|
|
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop |
|
|
|
|
|
|
|
|
|
|
|
# change focus |
|
|
|
# change focus |
|
|
|
bindsym $mod+j focus left |
|
|
|
bindsym $mod+j focus down |
|
|
|
bindsym $mod+k focus down |
|
|
|
bindsym $mod+k focus up |
|
|
|
bindsym $mod+l focus up |
|
|
|
bindsym $mod+l focus right |
|
|
|
bindsym $mod+semicolon focus right |
|
|
|
bindsym $mod+h focus left |
|
|
|
|
|
|
|
|
|
|
|
# alternatively, you can use the cursor keys: |
|
|
|
# alternatively, you can use the cursor keys: |
|
|
|
bindsym $mod+Left focus left |
|
|
|
bindsym $mod+Left focus left |
|
|
@ -60,10 +60,10 @@ bindsym $mod+Up focus up |
|
|
|
bindsym $mod+Right focus right |
|
|
|
bindsym $mod+Right focus right |
|
|
|
|
|
|
|
|
|
|
|
# move focused window |
|
|
|
# move focused window |
|
|
|
bindsym $mod+Shift+j move left |
|
|
|
bindsym $mod+Shift+h move left |
|
|
|
bindsym $mod+Shift+k move down |
|
|
|
bindsym $mod+Shift+j move down |
|
|
|
bindsym $mod+Shift+l move up |
|
|
|
bindsym $mod+Shift+k move up |
|
|
|
bindsym $mod+Shift+semicolon move right |
|
|
|
bindsym $mod+Shift+l move right |
|
|
|
|
|
|
|
|
|
|
|
# alternatively, you can use the cursor keys: |
|
|
|
# alternatively, you can use the cursor keys: |
|
|
|
bindsym $mod+Shift+Left move left |
|
|
|
bindsym $mod+Shift+Left move left |
|
|
@ -72,10 +72,10 @@ 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+ctrl+h split h |
|
|
|
|
|
|
|
|
|
|
|
# split in vertical orientation |
|
|
|
# split in vertical orientation |
|
|
|
bindsym $mod+v split v |
|
|
|
bindsym $mod+ctrl+v split v |
|
|
|
|
|
|
|
|
|
|
|
# enter fullscreen mode for the focused container |
|
|
|
# enter fullscreen mode for the focused container |
|
|
|
bindsym $mod+f fullscreen toggle |
|
|
|
bindsym $mod+f fullscreen toggle |
|
|
|