You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have it setup and when I use mod+tab it goes to previous screen (only if a previous screen was opened/focused) and back to the current even though max_window_hstory is set to 16. I would like for it to function like alt+tab works in almost any other window manager/DE.
[SOLVED] Ifixed it by setting the history command line directly in i3's config:
exec_always --no-startup-id /home/$USER/.config/i3/i3-cycle-focus.py --history 16
The text was updated successfully, but these errors were encountered:
NeoFax75
changed the title
i3-cycle-focus.py only swaps between previous and current screen
[SOLVED] i3-cycle-focus.py only swaps between previous and current screen
Aug 24, 2024
I have it setup and when I use mod+tab it goes to previous screen (only if a previous screen was opened/focused) and back to the current even though max_window_hstory is set to 16. I would like for it to function like alt+tab works in almost any other window manager/DE.
[SOLVED] Ifixed it by setting the history command line directly in i3's config:
exec_always --no-startup-id /home/$USER/.config/i3/i3-cycle-focus.py --history 16
The text was updated successfully, but these errors were encountered: