mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: refactor
This commit is contained in:
parent
073078a922
commit
d243e6c32f
5 changed files with 10 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
module Leanamonad.GreekChar where
|
||||
module Data.Char.Greek where
|
||||
|
||||
import Data.List (find)
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
|
||||
module Leanamonad.Layout.ReflectMsg where
|
||||
module XMonad.Layout.Reflect.Message where
|
||||
|
||||
import XMonad (
|
||||
Resize (Expand, Shrink),
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue