Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wingo hangs when trying to quit #72

Closed
r4-xx opened this issue Apr 5, 2013 · 6 comments
Closed

Wingo hangs when trying to quit #72

r4-xx opened this issue Apr 5, 2013 · 6 comments

Comments

@r4-xx
Copy link

r4-xx commented Apr 5, 2013

Steps to reproduce:

  1. Press Key combo 'Mod3-Shift-q'

The key bind above is bound in this manner..
Mod3-Shift-q := Quit

Mod3 is my capslock key rebound within my .xinitrc
xmodmap -e 'remove lock = Caps_Lock'
xmodmap -e 'keysym Caps_Lock = ISO_Level5_Shift'
xmodmap -e 'add mod3 = ISO_Level5_Shift'

This did not always occur...it seems to have started randomly.

@BurntSushi
Copy link
Owner

Could you post your .xinitrc please?

@r4-xx
Copy link
Author

r4-xx commented Apr 5, 2013

@BurntSushi
Copy link
Owner

OK. I'll check this out when I get home tonight. If you change the startup to just exec wingo -p 1, does quitting work as intended?

Without testing anything, from looking at your configuration, I'd expect that pressing Mod3-Shift-q would quit Wingo, but X would stay hanging (which would keep all of your windows open). If you remove the cat hack, then I'd expect X to terminate.

@r4-xx
Copy link
Author

r4-xx commented Apr 5, 2013

Hopefully, I'll test later today and provide feedback. Currently I'm only remotely logged in.

@r4-xx
Copy link
Author

r4-xx commented Apr 7, 2013

After changing my start up to just 'exec wingo - p 1', the Quit command worked as expected. However, now Restart will not work. It seems to do the same as Quit.

@BurntSushi
Copy link
Owner

OK. So I am no longer baffled.

I am going to close this issue under the notion that it will be subsumed by a proper fix to issue #70.

As a temporary work-around, you may want to go back to the cat hack, and bind whatever key-combo you want to a shell command that kills X:

Mod1-Shift-Q := Shell "killall X"

(Although my official recommendation is to use xbindkeys to bind keys to shell commands. It is more portable across WMs and more mature.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants