diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 1bfe883..9751d05 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -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|# diff --git a/home-environments/radio/files/.config/river/init b/home-environments/radio/files/.config/river/init index ff12e62..2b8ffed 100755 --- a/home-environments/radio/files/.config/river/init +++ b/home-environments/radio/files/.config/river/init @@ -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"