Tomáš Janoušek

Results 260 comments of Tomáš Janoušek

@mwatts15 Yes, it's still relevant. Changing parameters of layouts like themes or various constants still isn't applied automatically without mod-shift-space.

You can achieve the same thing by setting `handleEventHook` in your configuration to something like this: ``` noRescreenEventHook (ConfigureEvent {ev_window = w}) = do r

Oh, I see. You're getting a `ConfigureEvent` without any real change in the screen layout, which resets the effect of `X.L.LayoutScreens`, and you don't actually need a proper rescreen to...

> @liskin any idea why the build suddenly errored. Seems unrelated to my change. You've made the `bracket` import redundant.

To prevent Telegram windows from moving themselves, one might use my `floatConfReqHook` which intercepts ConfigureRequestEvents and ignores them if they match a Query: https://github.com/liskin/dotfiles/blob/home/.xmonad/xmonad.hs#L290-L295 https://github.com/liskin/dotfiles/blob/home/.xmonad/xmonad.hs#L265-L269 https://github.com/liskin/dotfiles/blob/home/.xmonad/xmonad.hs#L283 > So EwmhDesktops doesn't...

> Just to be clear: > `EwmhDesktops` has `fullscreenEventHook` (or even `ewmh' def{ fullscreen = true }` under the ongoing ewmh refactor), and problem is that it doesn't fix the...

I'll be much more comfortable merging this if the newly added function(s) had some actual usage somewhere. That way it's easier to gauge the benefits and possible problems. Also, I...

Doesn't kill them completely, moving and resizing using the mouse still works, but other changes to window size/location seem to be ignored: * [placeHook in manageHook](https://github.com/liskin/dotfiles/blob/4a7c860baeeb965d72157a0c6f49e1c152452eba/.xmonad/xmonad.hs#L217) is ignored * [W.float...

@wedens Reboot shouldn't be needed, but just a recompile/restart may not be enough on a non-traditional distro like NixOS. I'd look that way. (But this is off-topic here.)

> Mod-shift-space after restart? On NixOS the binary may end up in an entirely different location as the path is a hash of the sources that produced it...