nix/package/swayscript/script/Reload.sh

29 lines
358 B
Bash
Raw Normal View History

2024-12-18 11:11:25 +03:00
# Reload.
function reload() {
# notify_long
re() {
# Sway.
swaymsg reload
pkill mpvpaper
2025-01-01 16:26:28 +03:00
wallpaper-video
2024-12-18 11:11:25 +03:00
# Waybar.
pkill waybar
swaymsg exec waybar
# Tmux.
tmux source-file ~/.config/tmux/tmux.conf
# Bash.
pkill -SIGUSR1 bash
# Notifications.
makoctl reload
# Reset displays.
displayreset
}
_sway_iterate_sockets re
}