Add Alt modifier to i3 reload and restart bindings

This commit is contained in:
Adam Goldsmith 2020-11-02 01:23:52 -05:00
parent 41f6fc4e1f
commit d6a8bf1b98
1 changed files with 2 additions and 2 deletions

View File

@ -268,9 +268,9 @@ bindsym $mod+Mod1+Shift+0 move container to workspace number 20
# reload the configuration file
bindsym $mod+Shift+c reload
bindsym $mod+Mod1+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
bindsym $mod+Mod1+Shift+r restart
# resize window
mode "resize" {