Skip to content

Commit

Permalink
use bar as EasyMotion overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Nov 12, 2024
1 parent 0fb2c4b commit 52ca464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WeissWindowOperations.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import XMonad (windowset)
import XMonad.Actions.EasyMotion (
ChordKeys (..),
EasyMotionConfig (..),
bar,
selectWindow,
textSize,
)
Expand All @@ -31,7 +32,7 @@ import XMonad.Util.NamedScratchpad (scratchpadWorkspaceTag)
easyMotionConf, rightHandMotionConf, leftHandMotionConf :: EasyMotionConfig
easyMotionConf =
def
{ overlayF = textSize
{ overlayF = bar 0.5
, cancelKey = xK_Escape
}
rightHandMotionConf =
Expand Down

0 comments on commit 52ca464

Please sign in to comment.