mirror of https://codeberg.org/anemofilia/zero
radio: files: river: Use Super+b to spawn btop instead of $BROWSER
parent
292f1a4ced
commit
f863297f67
|
@ -143,8 +143,8 @@ riverctl map normal Super e spawn "$TERMINAL -e $EDITOR"
|
||||||
# file manager
|
# file manager
|
||||||
riverctl map normal Super d spawn "$TERMINAL -e lf"
|
riverctl map normal Super d spawn "$TERMINAL -e lf"
|
||||||
|
|
||||||
# $BROWSER
|
# btop
|
||||||
riverctl map normal Super b spawn $BROWSER
|
riverctl map normal Super b spawn "$TERMINAL -e btop"
|
||||||
|
|
||||||
# application launcher
|
# application launcher
|
||||||
riverctl map normal Super Semicolon spawn fuzzel
|
riverctl map normal Super Semicolon spawn fuzzel
|
||||||
|
|
Loading…
Reference in New Issue