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
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