sway: trigger kanshi on config reloads

This commit is contained in:
surtur 2024-04-02 18:09:53 +02:00
parent 055c54c3a1
commit f52c0895f7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -611,7 +611,7 @@ mode "resize"
}
}
bindsym $mod+r mode "resize"
bindsym $mod+Shift+r reload
bindsym $mod+Shift+r reload; exec kanshictl reload
# kudos to github.com/rbnis for the following menu-like section inspiration
# https://github.com/rbnis/dotfiles/blob/dfd6f956f6d00a1012a3a167d947773095dac7fd/.config/sway/config#L228-L235