argen: use foot in server mode
This commit is contained in:
@@ -3,10 +3,19 @@
|
|||||||
wlr-randr --output DP-1 --mode 3840x2160 --scale 2
|
wlr-randr --output DP-1 --mode 3840x2160 --scale 2
|
||||||
wlr-randr --output HDMI-A-1 --mode 3840x2160 --scale 2 --left-of DP-1
|
wlr-randr --output HDMI-A-1 --mode 3840x2160 --scale 2 --left-of DP-1
|
||||||
|
|
||||||
|
foot --server &
|
||||||
|
|
||||||
argenctl config set label-mode modifier
|
argenctl config set label-mode modifier
|
||||||
|
|
||||||
# Terminal
|
# 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
|
# Reload config
|
||||||
argenctl binding set normal Super+Shift R exec "$0"
|
argenctl binding set normal Super+Shift R exec "$0"
|
||||||
|
|||||||
Reference in New Issue
Block a user