Skip to content
#

xmonad

Here are 232 public repositories matching this topic...

geekosaur
geekosaur commented Jul 28, 2021

Problem Description

It uses the tuple D defined in X.Operations as (Dimension,Dimension) for relative offsets, which can be negative.

Steps to Reproduce

Use the example config in X.A.FloatKeys. It will raise a compile error, since ghc now range-checks literals used as Word32 values.

Configuration File

module Main (main) where

import XMonad
import XMonad.A

Improve this page

Add a description, image, and links to the xmonad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xmonad topic, visit your repo's landing page and select "manage topics."

Learn more