From 2bef0a2caa35e65348d29aed14edfa4e82c37b89 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 6 Jun 2025 22:58:20 +0200 Subject: [PATCH] feat(river): binding to focus last used tag --- modules/linux/home-manager/river.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/linux/home-manager/river.nix b/modules/linux/home-manager/river.nix index 01f4e00..8c0a805 100644 --- a/modules/linux/home-manager/river.nix +++ b/modules/linux/home-manager/river.nix @@ -66,6 +66,8 @@ in { rule-add = { "-app-id" = { "'bar'" = "csd"; + "'steam'" = "ssd"; + "'librewolf'" = "ssd"; "'float*'" = { "-title" = { "foo" = "float"; @@ -78,6 +80,7 @@ in { "Super Return" = "spawn foot"; "Super+Shift Q" = "close"; "Super+Control E" = "exit"; + "Super Tab" = "focus-previous-tags"; "Super J" = "focus-view next"; "Super K" = "focus-view previous"; "Super+Shift J" = "swap next";