nix/package/swayscript/script/Reload.nix

16 lines
217 B
Nix
Raw Normal View History

2024-08-20 11:27:59 +03:00
{ ... }: {
text = ''
# Reload.
function reload() {
re() {
swaymsg reload
pkill waybar
swaymsg exec waybar
tmux source-file ~/.config/tmux/tmux.conf
}
_sway_iterate_sockets re
}
'';
}