i3: trigger reload through systemd service

This commit is contained in:
Vincent Bernat 2021-07-10 21:45:02 +02:00
parent 1d46b1a4e5
commit b7a878d8f7

2
config
View file

@ -143,7 +143,7 @@ bindsym $mod+Shift+o move workspace to output right
bindsym $mod+Shift+n nop "move-to-new-workspace" bindsym $mod+Shift+n nop "move-to-new-workspace"
# reload/restart # reload/restart
bindsym $mod+Shift+c reload bindsym $mod+Shift+c exec --no-startup-id exec systemctl --user reload --no-block i3.service
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
# Lock screen and print screen # Lock screen and print screen