mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-08-16 15:34:27 +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
|
trap '[ "${?}" -ne 77 ] || exit 77' ERR
|
||||||
function die
|
function die
|
||||||
{
|
{
|
||||||
if [ ${@} ]
|
if [ "${@}" ]
|
||||||
then
|
then
|
||||||
echo
|
echo
|
||||||
echo -e "\e[1;31mError encountered for the following reason:\e[0m
|
echo -e "\e[1;31mError encountered for the following reason:\e[0m
|
||||||
|
|
@ -550,7 +550,8 @@ case ${desktop_choice} in
|
||||||
swayidle
|
swayidle
|
||||||
|
|
||||||
# Config
|
# 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' \
|
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 = waybar -c ~/.config/waybar/waybar.conf' \
|
||||||
-e '/Autostart/i exec-once = ~/.config/hypr/scripts/sleep.sh' \
|
-e '/Autostart/i exec-once = ~/.config/hypr/scripts/sleep.sh' \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue