commit 60886b30feffa9f098462ebc855ae721ba7f559e from: mtmn date: Thu Jul 30 19:00:01 2026 UTC add foot-server support commit - ee982ec0bc970fe03486e07f67fb34525a5a4130 commit + 60886b30feffa9f098462ebc855ae721ba7f559e blob - /dev/null blob + e81b2d3a33af435ff5a49443084d57a8c478f072 (mode 644) --- /dev/null +++ hosts/void/overlays/bin/foot @@ -0,0 +1,7 @@ +#!/bin/sh +sock="$XDG_RUNTIME_DIR/foot-$WAYLAND_DISPLAY.sock" +if [ -e "$sock" ]; then + exec footclient "$@" +else + exec foot "$@" +fi blob - /dev/null blob + 649dfb40d2bb0a2e812d1ce4cd72f6a375b12b40 (mode 644) --- /dev/null +++ hosts/void/overlays/config/shepherd/init.d/foot-server.scm @@ -0,0 +1,3 @@ +;; -*- mode: scheme; -*- +(use-modules (helpers)) +(exec-service 'foot-server '("foot" "--server")) blob - 129cdbe34731bd3eccd99b70601c1b9dae3571ae blob + 77e2ac68dc667e121ad067c41385a2b8946cc7ae --- modules/mixins/dotfiles/config/newsraft/feeds +++ modules/mixins/dotfiles/config/newsraft/feeds @@ -269,3 +269,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC https://www.youtube.com/feeds/videos.xml?channel_id=UCPIt7i7t3qCKVob-3dWrYjw NCOT Technology https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g Protesilaos https://www.youtube.com/feeds/videos.xml?channel_id=UChzRJQ-MbpcIxFT5YLW1R9w Juniper Dev +https://www.youtube.com/feeds/videos.xml?channel_id=UC56l7uZA209tlPTVOJiJ8Tw Low Byte Productions