Files
scripts/shell/hyprfix.sh
2025-09-18 11:35:56 +02:00

8 lines
115 B
Bash
Executable File

#!/bin/sh
file=~/configuration/dotfiles/.config/hypr/hyprland.conf
echo "#" >>file &
sleep 1
sed -i '$ d' file &