5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
if [ -f ~/.hyprland.sh ]; then
|
|
sleep 1
|
|
~/.hyprland.sh
|
|
fi |