aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-10 13:26:16 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-04-10 13:26:16 -0600
commitfada61902291aeb29914fff288301a8c487c4ecd (patch)
tree047655195f50efcbd51db8f825acf589dc6abead /src/Main.hs
parentbf2e2459f800f953d95681a937051fcf56ac79aa (diff)
downloadrde-fada61902291aeb29914fff288301a8c487c4ecd.tar.gz
rde-fada61902291aeb29914fff288301a8c487c4ecd.tar.bz2
rde-fada61902291aeb29914fff288301a8c487c4ecd.zip
Rename Internal to Rahm.Desktop
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 0b4a181..c8cdd19 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -12,15 +12,15 @@ import System.Environment (setEnv)
import Data.Monoid
import qualified Data.Map as Map
-import Internal.Swallow
-import Internal.Windows
-import Internal.XMobarLog
-import Internal.Keys
-import Internal.Layout
-import Internal.Logger
-import Internal.DMenu (menuCommandString)
-import Internal.RebindKeys
-import Internal.KeysM
+import Rahm.Desktop.Swallow
+import Rahm.Desktop.Windows
+import Rahm.Desktop.XMobarLog
+import Rahm.Desktop.Keys
+import Rahm.Desktop.Layout
+import Rahm.Desktop.Logger
+import Rahm.Desktop.DMenu (menuCommandString)
+import Rahm.Desktop.RebindKeys
+import Rahm.Desktop.KeysM
import qualified XMonad as X
import qualified XMonad.StackSet as W