aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Main.hs b/src/Main.hs
index fa24255..507bd43 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -67,7 +67,6 @@ import XMonad.Hooks.ManageHelpers (doFullFloat, isFullscreen)
import XMonad.Layout.Fullscreen (fullscreenEventHook)
import Data.List (isPrefixOf)
import Rahm.Desktop.Keys.Wml (wmlLogHook)
-import Rahm.Desktop.PinWindow (pinWindowChangeHook, pinWindowBorderUpdate)
main = do
logHook <- xMobarLogHook
@@ -84,7 +83,7 @@ main = do
(=<<) X.xmonad $
applyKeys $
- withStackChangeHook (pinWindowChangeHook <> historyHook) $
+ withStackChangeHook historyHook $
ewmh $
docks $
def
@@ -130,7 +129,7 @@ main = do
],
focusFollowsMouse = False,
clickJustFocuses = False,
- logHook = wmlLogHook >> pinWindowBorderUpdate >> logHook xmobar
+ logHook = wmlLogHook >> logHook xmobar
}
-- Should the chrome window float? Returns false if the window's title starts