This commit is contained in:
Yuri Zamyatin 2025-01-10 21:36:23 +00:00
parent 31e1a3fec4
commit cd81ce6ca8
2 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,7 @@ exec_tui() {
exec footclient -D ~/ "$@"
}
exec_float_tui() { # todo
exec footclient -D ~/ "$@"
exec footclient --app-id="footclient_float" -D ~/ "$@"
}
exec_shell_tui() {
exec footclient -D ~/ "$SHELL" -c "$@"

View File

@ -128,3 +128,7 @@ exec swayidle -w \
exec foot -s
exec mako
##############################################
############## app-specific ##################
for_window [app_id="_float"] floating enable, resize set 960 540
##############################################