i3-used-keybinds
i3-used-keybinds copied to clipboard
Shows wrong modifier
bindsym Mod1+Left resize grow left 2 px or 2 ppt
bindsym Mod1+Shift+Right resize shrink left 2 px or 2 ppt
bindsym Mod1+Down resize grow down 2 px or 2 ppt
bindsym Mod1+Shift+Up resize shrink down 2 px or 2 ppt
bindsym Mod1+Up resize grow up 2 px or 2 ppt
bindsym Mod1+Shift+Down resize shrink up 2 px or 2 ppt
bindsym Mod1+Right resize grow right 2 px or 2 ppt
bindsym Mod1+Shift+Left resize shrink right 2 px or 2 ppt
│ Mod1+Down │ Mod4 │ resize grow down 2 px or 2 ppt │
│ Mod1+Left │ Mod4 │ resize grow left 2 px or 2 ppt │
│ Mod1+Right │ Mod4 │ resize grow right 2 px or 2 ppt │
│ Mod1+Shift+Down │ Mod4 │ resize shrink up 2 px or 2 ppt │
│ Mod1+Shift+Left │ Mod4 │ resize shrink right 2 px or 2 ppt │
│ Mod1+Shift+Right │ Mod4 │ resize shrink left 2 px or 2 ppt │
│ Mod1+Shift+Up │ Mod4 │ resize shrink down 2 px or 2 ppt
Here you can see I only use Mod1 modifier for these command but shown as Mod4.
Do you have set $mod Mod1
in your i3 config?
As far as i know the script only detects the right modifier if $mod is set and used
@TaylanTatli could you post your config?
Sorry, i no longer use i3. But here it is, it may be changed a bit.