From 1e712495fd9de269da32361642d6166fb686070a Mon Sep 17 00:00:00 2001 From: Nippy Date: Tue, 28 Jul 2026 22:00:50 +0200 Subject: fix raveswitch and db fix --- raveos-hyprland-theme/raveos-hyprland-apply.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'raveos-hyprland-theme/raveos-hyprland-apply.sh') diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh index 04e219c..b35282b 100644 --- a/raveos-hyprland-theme/raveos-hyprland-apply.sh +++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh @@ -93,6 +93,12 @@ for d in gtk-3.0 gtk-4.0 nwg-look Thunar xfce4 xsettingsd Kvantum; do fi done +# RaveSwitch alap config (modifier: Super, hogy illeszkedjen a SUPER+TAB +# keybindhez -- az upstream default Alt-ot allitana be, ami nem zarodna be +# a switcher-ablak SUPER elengedesekor) +[[ -f "${PAYLOAD}/raveswitch/config.ron" ]] && \ + install -Dm644 "${PAYLOAD}/raveswitch/config.ron" /etc/skel/.config/raveswitch/config.ron + # SDDM: a téma és konfig a PKGBUILD által van telepítve, itt nincs teendő # --------------------------------------------------------------------------- @@ -178,6 +184,11 @@ SEOF fi done + # RaveSwitch alap config (modifier: Super, lasd fentebb a skel-agnal) + if [[ -f "${PAYLOAD}/raveswitch/config.ron" && ! -f "${home}/.config/raveswitch/config.ron" ]]; then + install -Dm644 "${PAYLOAD}/raveswitch/config.ron" "${home}/.config/raveswitch/config.ron" + fi + # Icon és GTK téma beállítása (dconf/gsettings) # A settings.ini nem elég — a GTK daemonok a dconf-ot olvassák # Chroot-ban (Calamares) dbus-launch lehet hogy nincs — ezért set +e -- cgit v1.3