Tomas-M / xlunch

Graphical app launcher for X with minimal dependencies
http://xlunch.org
GNU General Public License v3.0
219 stars 37 forks source link

desktop mode does not accept keyboard input #79

Closed corfizz closed 6 years ago

corfizz commented 6 years ago

I have the following line in my i3 config file: exec --no-startup-id xlunch -d -q -s 64 However xlunch does not accept keyboard input in this case.

PMunch commented 6 years ago

Yes, this is because xlunch is outside the windows managers control in this mode(-d, --desktop) and won't be getting any input events. This is documented on the website. To remove the prompt (as it doesn't do anything in this mode) use -n, --noprompt.

corfizz commented 6 years ago

Ok, thanks, I must have missed/misunderstood it.