home-environments: radio: Set TERMINAL environment variable to be `footclient -D ~`

impermanence
Luis Guilherme Coelho 2024-07-09 19:21:03 -03:00
parent 67917019a6
commit c71e3102f2
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 3 additions and 2 deletions

View File

@ -131,7 +131,7 @@
(define application:editor "kak")
(define application:pager "less")
(define application:reader "sioyek")
(define application:terminal "foot")
(define application:terminal "footclient -D ~")
(define application:wm "river")
#|Package lists|#

View File

@ -24,6 +24,7 @@ for application in gammastep waybar fnott keepassxc; do
spawn $application
done
foot --server &
wayneko --background-colour 0x606060 --layer overlay &
# Decorations _________________________________________________________________
@ -153,7 +154,7 @@ riverctl map normal Super q close
## Application related keybindings ____________________________________________
# $TERMINAL
riverctl map normal Super Return spawn $TERMINAL
riverctl map normal Super Return spawn "$TERMINAL"
# $EDITOR
riverctl map normal Super e spawn "$TERMINAL -e $EDITOR"