|
diff --git a/.config/i3/config b/.config/i3/config
|
| ... |
| 40 |
bindsym $mod+Shift+semicolon move right |
40 |
bindsym $mod+Shift+semicolon move right |
| 41 |
|
41 |
|
| 42 |
# alternatively, you can use the cursor keys: |
42 |
# alternatively, you can use the cursor keys: |
| 43 |
bindsym $mod+Shift+Left move left |
43 |
bindsym $mod+Shift+Left move left 100 px |
| 44 |
bindsym $mod+Shift+Down move down |
44 |
bindsym $mod+Shift+Down move down 100 px |
| 45 |
bindsym $mod+Shift+Up move up |
45 |
bindsym $mod+Shift+Up move up 100 px |
| 46 |
bindsym $mod+Shift+Right move right |
46 |
bindsym $mod+Shift+Right move right 100 px |
| 47 |
|
47 |
|
| 48 |
# split in horizontal orientation |
48 |
# split in horizontal orientation |
| 49 |
bindsym $mod+h split h |
49 |
bindsym $mod+h split h |
| ... |