Skip to content

Titlebar of the focused window disappears when exec'ing krunner #4655

Answered by Airblader
l1yefeng asked this question in Q&A
Discussion options

You must be logged in to vote

A command of the structure

[<criteria>] command1; command2

means "execute command1 on the matched windows, and command2 on the focused window". You probably want to use

[<criteria>] command1, command2

which means "execute command1 and then command2 on all matched windows".

In other words, using ; to chain commands breaks the relationship with the match criteria while , preserves it.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by l1yefeng
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