Hyprland-dotfiles/hypr/scripts/loadconfig.sh

5 lines
76 B
Bash
Raw Normal View History

2023-11-10 16:12:15 -05:00
#!/bin/bash
if [ -f ~/.hyprland.sh ]; then
sleep 1
~/.hyprland.sh
fi