raboof / notion

Tiling tabbed window manager
https://notionwm.net/
GNU Lesser General Public License v2.1
269 stars 63 forks source link

To fullscreen and back without lifting the Mod key #116

Open raboof opened 5 years ago

raboof commented 5 years ago

When I move to fullscreen, hold the Mod key and press the fullscreen key again, the window does not return to regular size. I have to lift and re-press Mod. Might be an issue with my local config.

wilhelmy commented 5 years ago

Strange, works for me. META is Mod4 and the fullscreen keybinding is META.."f"

knixeur commented 5 years ago

I've the same problem with kpress_wait(META.."Return", "WGroup.set_fullscreen(_, 'toggle')"), Lifting and re-pressing works.

wilhelmy commented 5 years ago

I think I modified it because META+Shift+Return (and META+Return in previous window managers I used) spawns a terminal in my config. Holding META+Shift and pressing Return multiple times without releasing the modifiers spawns multiple terminals, however, so it can't be that Return behaves differently from other keys...

kpress_wait(META.."F", "WGroup.set_fullscreen(_, 'toggle')"),, same as yours

This is notion-3+2017050501-1.16.x86_64 from the repos.