feat(river): add passthrough mode
This commit is contained in:
parent
e05684c279
commit
baa7a7eabb
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,9 @@ in
|
|||
open = "spawn 'wlr-randr --output eDP-1 --on'";
|
||||
};
|
||||
map = {
|
||||
passthrough = {
|
||||
"Super F11" = "enter-mode normal";
|
||||
};
|
||||
normal = {
|
||||
"Super Q" = "close";
|
||||
"Super Return" = "spawn '${config.my.terminal.package}'";
|
||||
|
@ -103,6 +106,8 @@ in
|
|||
"None XF86AudioNext" = "spawn 'playerctl -p spotifyd,firefox next'";
|
||||
"None XF86AudioPlay" = "spawn 'playerctl -p spotifyd,firefox play-pause'";
|
||||
"None XF86AudioPrev" = "spawn 'playerctl -p spotifyd,firefox previous'";
|
||||
|
||||
"Super F11" = "enter-mode passthrough";
|
||||
} //
|
||||
# tags
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue