aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-10-22 22:49:17 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2024-10-22 22:49:17 -0400
commitfc86116758d36fc4f67fc654b3c4c9ee13f83a54 (patch)
tree5a1c68cd4e9f1e6ec5bc920ac7461737892f698e
parent705cb3e15a9098a72b333366c12b580822b0a579 (diff)
downloadrivercfg-fc86116758d36fc4f67fc654b3c4c9ee13f83a54.tar.gz
rivercfg-fc86116758d36fc4f67fc654b3c4c9ee13f83a54.tar.xz
Update river (and zig). Fix deprecated foot config option.
-rwxr-xr-xbldRiver.sh7
-rwxr-xr-xfedora.sh5
-rw-r--r--foot/foot.ini3
-rwxr-xr-xwaylandrc2
4 files changed, 12 insertions, 5 deletions
diff --git a/bldRiver.sh b/bldRiver.sh
index d2522ef..782e65e 100755
--- a/bldRiver.sh
+++ b/bldRiver.sh
@@ -4,7 +4,12 @@ codedir="$HOME/scm/wl/river"
if ! [ -d "$codedir" ] ; then
mkdir -p "$(basename "$codedir")"
- git clone https://github.com/riverwm/river/ "$codedir"
+ git clone https://codeberg.org/river/river.git "$codedir"
+ cd "$codedir"
+ git clean -fdx .
+ git reset --hard HEAD
+ git checkout v0.3.5
+ cd -
fi
cd "$codedir"
diff --git a/fedora.sh b/fedora.sh
index cf4f684..aa31152 100755
--- a/fedora.sh
+++ b/fedora.sh
@@ -1,8 +1,9 @@
#!/bin/sh
set -ex
-zigdir="$HOME/scm/zig/zig0.11.0"
+zigver=0.13.0
+zigdir="$HOME/scm/zig/zig$zigver"
zigout="${zigdir}.tar.xz"
-zigurl="https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz"
+zigurl="https://ziglang.org/download/$zigver/zig-linux-x86_64-$zigver.tar.xz"
zigsigurl="${zigurl}.minisig"
zigkey="RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"
sudo yum -y install \
diff --git a/foot/foot.ini b/foot/foot.ini
index 4eaa3ea..ae4fdd1 100644
--- a/foot/foot.ini
+++ b/foot/foot.ini
@@ -43,7 +43,8 @@ pad=20x20
# It'd be nice if it worked...
dpi-aware=no
-notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
+[desktop-notifications]
+command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
[bell]
urgent=no
diff --git a/waylandrc b/waylandrc
index a9eb1a0..2b9319e 100755
--- a/waylandrc
+++ b/waylandrc
@@ -9,7 +9,7 @@ export MOZ_ENABLE_WAYLAND=1
# pacman -S xdg-desktop-portal-wlr
export XDG_CURRENT_DESKTOP=river
-export QT_QPA_PLATFORMTHEME=qt5ct
+export QT_QPA_PLATFORMTHEME=qt6ct
. ~/.kshrc
export ENV=$HOME/.kshrc
export SSH_ASKPASS=bemenu_askpass