vanadium/xmonad: refactor

This commit is contained in:
Primrose 2025-11-05 08:54:06 +08:00
parent 073078a922
commit d243e6c32f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 10 additions and 12 deletions

View file

@ -1,4 +1,4 @@
module Leanamonad.GreekChar where
module Data.Char.Greek where
import Data.List (find)

View file

@ -1,7 +1,7 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
module Leanamonad.Layout.ReflectMsg where
module XMonad.Layout.Reflect.Message where
import XMonad (
Resize (Expand, Shrink),

View file

@ -1,9 +1,8 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses #-}
module Leanamonad.Layout.ResizableTile
( module XMonad.Layout.ResizableTile
, RTFixDescription(..)
module XMonad.Layout.ResizableTile.FixDescription
( RTFixDescription(..)
) where
import XMonad