mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-21 22:43:48 -07:00
Export XMonad.Operations from XMonad
This commit is contained in:
@@ -18,6 +18,7 @@ module XMonad (
|
||||
module XMonad.Core,
|
||||
module XMonad.Config,
|
||||
module XMonad.ManageHook,
|
||||
module XMonad.Operations,
|
||||
module Graphics.X11,
|
||||
module Graphics.X11.Xlib.Extras,
|
||||
(.|.),
|
||||
@@ -32,6 +33,7 @@ import XMonad.Main
|
||||
import XMonad.Core
|
||||
import XMonad.Config
|
||||
import XMonad.ManageHook
|
||||
import XMonad.Operations
|
||||
-- import XMonad.StackSet -- conflicts with 'workspaces' defined in XMonad.hs
|
||||
|
||||
-- modules needed to get basic configuration working
|
||||
|
Reference in New Issue
Block a user