From 6d83c83a0b4228cdd2d785f23cf7faabc7a36f30 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 16:59:00 -0500 Subject: Alacritty set to gruvbox, font tweaks and minor tweak for fedora --- river/init | 3 +++ 1 file changed, 3 insertions(+) (limited to 'river') diff --git a/river/init b/river/init index a883d8d..91add4f 100755 --- a/river/init +++ b/river/init @@ -222,6 +222,9 @@ systemctl --user restart xdg-desktop-portal # I hate calling this directly but the systemd unit is bugged on arch at # least, running it by hand appears to work just fine _gtk_portal=/usr/lib/xdg-desktop-portal-gtk +if [ -x /usr/libexec/xdg-desktop-portal-gtk ] ; then + _gtk_portal=/usr/libexec/xdg-desktop-portal-gtk +fi if [ -x "$_gtk_portal" ] ; then "$_gtk_portal" & fi -- cgit v1.2.3