commit fd73c0146853090413cf5b7d15d26838de60e7a8 parent e6eebbc1018eaec14ecf80391e5072c94163c8f6 Author: awy <awy@awy.one> Date: Sat, 27 Dec 2025 18:29:01 +0300 reloadfoot Diffstat:
| A | .local/bin/reloadfoot | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.local/bin/reloadfoot b/.local/bin/reloadfoot @@ -0,0 +1,4 @@ +#!/bin/sh + +killall foot && sleep 1 +swaymsg exec "foot --server"