mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-08-16 15:34:27 +00:00
Fix hyprland.lua
This commit is contained in:
parent
3d91807816
commit
ddfa862bbb
1 changed files with 2 additions and 2 deletions
|
|
@ -552,8 +552,8 @@ case ${desktop_choice} in
|
|||
# Config
|
||||
# curl --silent --fail https://raw.githubusercontent.com/hyprwm/Hyprland/refs/heads/main/example/hyprland.lua |\
|
||||
cat /usr/share/hypr/hyprland.lua |\
|
||||
sed -e '/local terminal/c local terminal = footclient' \
|
||||
-e '/local menu/c local menu = bemenu-run -p "" --no-overlap --tb "##285577" --hb "##285577" --tf "##eeeeee" --hf "##eeeeee" --nf "##bbbbbb"' \
|
||||
sed -e "/local terminal/c local terminal = \"footclient\"" \
|
||||
-e "/local menu/c local menu = \"bemenu-run -p '' --no-overlap --tb '##285577' --hb '##285577' --tf '##eeeeee' --hf '##eeeeee' --nf '##bbbbbb'\"" \
|
||||
> ~/.config/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' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue