Increase amount of px windows can be moved

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-05-04 18:57:10 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-05-04 18:57:10 +0200
Commit ebd26225170ee31de9cb7ec44b3953dec082707f (patch)
-rw-r--r-- .config/i3/config 8
1 files changed, 4 insertions, 4 deletions
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
...