feat(river): binding to focus last used tag
This commit is contained in:
parent
d0a34b2ed4
commit
2bef0a2caa
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,8 @@ in {
|
||||||
rule-add = {
|
rule-add = {
|
||||||
"-app-id" = {
|
"-app-id" = {
|
||||||
"'bar'" = "csd";
|
"'bar'" = "csd";
|
||||||
|
"'steam'" = "ssd";
|
||||||
|
"'librewolf'" = "ssd";
|
||||||
"'float*'" = {
|
"'float*'" = {
|
||||||
"-title" = {
|
"-title" = {
|
||||||
"foo" = "float";
|
"foo" = "float";
|
||||||
|
@ -78,6 +80,7 @@ in {
|
||||||
"Super Return" = "spawn foot";
|
"Super Return" = "spawn foot";
|
||||||
"Super+Shift Q" = "close";
|
"Super+Shift Q" = "close";
|
||||||
"Super+Control E" = "exit";
|
"Super+Control E" = "exit";
|
||||||
|
"Super Tab" = "focus-previous-tags";
|
||||||
"Super J" = "focus-view next";
|
"Super J" = "focus-view next";
|
||||||
"Super K" = "focus-view previous";
|
"Super K" = "focus-view previous";
|
||||||
"Super+Shift J" = "swap next";
|
"Super+Shift J" = "swap next";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue