I don’t use vim keys anymore and would like to resize workspace,s with arrow keys, but the arrow keys won’t work for me anyway.
I only want left and right not up down
resize window, signed (+/-) for relative changes
super + ctrl + {right,left}
dkcmd win resize {w=-20,w=+20}
This is form my i3 config. Working
bindsym $mod+Ctrl+Right resize shrink width 100 px or 10 ppt
bindsym $mod+Ctrl+Left resize grow width 100 px or 10 ppt
Thanks