Hyprland-dotfiles/hypr/scripts/loadconfig.sh
Stephan Raabe ea2a6adbf0 Dev
2023-11-10 21:12:15 +00:00

5 lines
76 B
Bash
Executable File

#!/bin/bash
if [ -f ~/.hyprland.sh ]; then
sleep 1
~/.hyprland.sh
fi