mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
i3: trigger reload through systemd service
This commit is contained in:
parent
1d46b1a4e5
commit
b7a878d8f7
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue