mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Set TERMINAL environment variable to be `footclient -D ~`
parent
67917019a6
commit
c71e3102f2
|
@ -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|#
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue