From cf1f3a93b93cdd15a548dc3d73bb4ef84213df98 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 4 Dec 2021 12:43:49 -0300 Subject: [PATCH] river: mostrar river-tag-overlay al apretar super --- .config/river/keys | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/river/keys b/.config/river/keys index 496095c..6038f03 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -12,6 +12,8 @@ riverctl map normal $mod K focus-view previous riverctl map normal $mod+Shift J swap next riverctl map normal $mod+Shift K swap previous +riverctl map normal None Super_L spawn "killall -SIGUSR1 river-tag-overlay" + # Mod+Period and Mod+Comma to focus the next/previous output #riverctl map normal $mod Period focus-output next #riverctl map normal $mod Comma focus-output previous