altdesktop / i3ipc-python

🐍 An improved Python library to control i3wm and sway.
http://i3ipc-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
858 stars 108 forks source link

[SOLVED] i3-cycle-focus.py only swaps between previous and current screen #211

Open NeoFax75 opened 3 months ago

NeoFax75 commented 3 months ago

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