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

X.L.ByWidth handle LayoutMessages #815

Open
3 tasks done
geekosaur opened this issue May 12, 2023 · 0 comments
Open
3 tasks done

X.L.ByWidth handle LayoutMessages #815

geekosaur opened this issue May 12, 2023 · 0 comments

Comments

@geekosaur
Copy link
Contributor

Problem Description

@liskin pointed out here that the new ByWidth module needs to handle Hide and ReleaseResources messages.

Steps to Reproduce

Use X.L.ByWidth with a sublayout that uses Decoration, then switch the layout between screens.

Configuration File

module Main (main) where

import XMonad
import XMonad.Layout.ByWidth
import XMonad.Layout.Tabbed

main :: IO ()
main = xmonad def {layoutHook = ifWidth 1920 simpleTabbed (layoutHook def)}

Checklist

  • I've read CONTRIBUTING.md

  • I tested my configuration

    • With xmonad version: any
    • With xmonad-contrib version: any version with X.L.PerScreen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant