aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index e2c9407..6166518 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -9,7 +9,7 @@ import Rahm.Desktop.Common
)
import Rahm.Desktop.DMenu (menuCommandString)
import Rahm.Desktop.History (historyHook)
-import Rahm.Desktop.Hooks.WindowChange (withLocationChangeHook)
+import Rahm.Desktop.Hooks.WindowChange (withStackChangeHook)
import Rahm.Desktop.Keys (applyKeys)
import Rahm.Desktop.Layout (myLayout)
import Rahm.Desktop.Logger (LogLevel (Debug, Info), logs)
@@ -81,7 +81,7 @@ main = do
(=<<) X.xmonad $
applyKeys $
- withLocationChangeHook historyHook $
+ withStackChangeHook historyHook $
ewmh $
docks $
def