argen: use foot in server mode

This commit is contained in:
2026-06-01 22:09:55 +02:00
parent bc85f3cb09
commit 90786cef74

View File

@@ -3,10 +3,19 @@
wlr-randr --output DP-1 --mode 3840x2160 --scale 2
wlr-randr --output HDMI-A-1 --mode 3840x2160 --scale 2 --left-of DP-1
foot --server &
argenctl config set label-mode modifier
# Terminal
argenctl binding set normal Super Return sh "kitty --single-instance --instance-group default"
#argenctl binding set normal Super Return sh "kitty --single-instance --instance-group default"
argenctl binding set normal Super Return sh "
if [ -e ~/.lightmode ]; then
exec footclient -o initial-color-theme=light
else
exec footclient -o initial-color-theme=dark
fi
"
# Reload config
argenctl binding set normal Super+Shift R exec "$0"