From: Oleg Broytman Date: Wed, 17 Sep 2025 08:50:57 +0000 (+0300) Subject: .fvwmrc: Switch to the next window on `Alt+Tab`, prev on `Alt+Esc` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=HEAD;p=dotfiles.git .fvwmrc: Switch to the next window on `Alt+Tab`, prev on `Alt+Esc` --- diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index b76953c..fb142fa 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -470,9 +470,10 @@ Key Right A SM CursorMove +10 +0 Key Up A SM CursorMove +0 -10 Key Down A SM CursorMove +0 +10 -# Switch window, mswindows style :) -Key Tab A M Next [*] focus -Key Escape A M Prev [*] focus +# Switch to the next window on Alt+Tab, prev on Alt+Esc +# See https://www.fvwm.org/Wiki/CookBook/AltTab/ +Key Tab A M Next (CurrentDesk, AcceptsFocus) focus +Key Escape A M Prev (CurrentDesk, AcceptsFocus) focus # Goto desktop/page Key 1 A CM Desk 0 0