Skip to content
Discussion options

You must be logged in to vote

In e52e435 I added the --no-animations flag for bindsym, so now you can configure any binding to disable animations while it is running. In your case:

lua $lua_scripts/alt_tab.lua init
bindsym --no-animations --no-repeat Alt+tab lua $lua_scripts/alt_tab.lua prev

There is also a new command focus_ring that you may find interesting. It handles a list of windows you can quickly set the focus on. You can modify the list to only include the open applications that you are using the most.

focus_ring_length 5
bindsym $mod+Shift+bracketleft focus_ring prev
bindsym $mod+Shift+bracketright focus_ring next
bindsym $mod+Shift+Return focus_ring set
bindsym $mod+Shift+Delete focus_ring remove
bindsym $…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@hilprl
Comment options

Answer selected by hilprl
Comment options

You must be logged in to vote
1 reply
@dawsers
Comment options

Comment options

You must be logged in to vote
2 replies
@dawsers
Comment options

@hilprl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants