dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 155b87d27f75397948d641484f79b93c6be5721d
parent 9d8134773f660e08bd674449b1136bb6f9d3351f
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 25 May 2026 23:22:36 +0200

Fix isfx

Diffstat:
Msway/.config/sway/isfx | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sway/.config/sway/isfx b/sway/.config/sway/isfx @@ -3,7 +3,6 @@ echo "Not sway" exit 2 } -SWAY_PID="$(lsof -Ua "$SWAYSOCK" | awk '{if ($11 == "(LISTEN)") {print $2; exit}}')" -SWAY="$(/proc/$SWAY_PID/exe --version | cut -d' ' -f1)" +SWAY="$(swaymsg -t get_version | jq -r '.variant')" echo "Running $SWAY" [ "$SWAY" = swayfx ] && exit 0 || exit 1