We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LayoutMessages
@liskin pointed out here that the new ByWidth module needs to handle Hide and ReleaseResources messages.
ByWidth
Hide
ReleaseResources
Use X.L.ByWidth with a sublayout that uses Decoration, then switch the layout between screens.
Decoration
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)}
I've read CONTRIBUTING.md
I tested my configuration
xmonad
xmonad-contrib
X.L.PerScreen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
@liskin pointed out here that the new
ByWidth
module needs to handleHide
andReleaseResources
messages.Steps to Reproduce
Use
X.L.ByWidth
with a sublayout that usesDecoration
, then switch the layout between screens.Configuration File
Checklist
I've read CONTRIBUTING.md
I tested my configuration
xmonad
version: anyxmonad-contrib
version: any version withX.L.PerScreen
The text was updated successfully, but these errors were encountered: