mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-08-16 12:04:26 +00:00
Use usr/share instead of git version of hyprland.lua
This commit is contained in:
parent
31019e52cf
commit
88fd939181
1 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set -E
|
|||
trap '[ "${?}" -ne 77 ] || exit 77' ERR
|
||||
function die
|
||||
{
|
||||
if [ ${@} ]
|
||||
if [ "${@}" ]
|
||||
then
|
||||
echo
|
||||
echo -e "\e[1;31mError encountered for the following reason:\e[0m
|
||||
|
|
@ -550,7 +550,8 @@ case ${desktop_choice} in
|
|||
swayidle
|
||||
|
||||
# Config
|
||||
curl --silent --fail https://raw.githubusercontent.com/hyprwm/Hyprland/refs/heads/main/example/hyprland.lua |\
|
||||
# curl --silent --fail https://raw.githubusercontent.com/hyprwm/Hyprland/refs/heads/main/example/hyprland.lua |\
|
||||
cat /usr/share/hypr/hyprland.lua |\
|
||||
sed -e '/Autostart/i exec-once = /usr/lib/polkit-kde-authentication-agent-1' \
|
||||
-e '/Autostart/i exec-once = waybar -c ~/.config/waybar/waybar.conf' \
|
||||
-e '/Autostart/i exec-once = ~/.config/hypr/scripts/sleep.sh' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue