dotfiles/home/private_dot_config/hypr/executable_execs.sh

14 lines
177 B
Bash

#!/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 &