dotfiles/home/private_dot_config/hypr/executable_execs.sh

15 lines
177 B
Bash
Raw Normal View History

2024-10-21 14:01:05 -05:00
#!/usr/bin/env bash
pkill hypridle
hypridle &
pkill kanshi
kanshi &
kill $(pgrep --full 'hyprman swww')
hyprman swww &
pkill eww # started by hyprman start
hyprman start &