File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 49
49
with_alsa : true
50
50
nix :
51
51
# enable: true
52
+ # shell-file: shell.nix
52
53
add-gc-roots : true
53
54
pure : true
54
55
# packages:
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import Utils (floatingTermClass, alacrittyFloatingOpt)
39
39
import XMonad.Layout.LayoutModifier
40
40
import qualified XMonad.Util.Run as XUR
41
41
import qualified XMonad.Actions.EasyMotion as EM
42
+ import XMonad.Hooks.TaffybarPagerHints (pagerHints )
42
43
43
44
newtype ModeName
44
45
= ModeName { getModeName :: Maybe String }
@@ -393,7 +394,15 @@ main :: IO ()
393
394
main = do
394
395
-- xmobarproc <- spawnPipe "~/.local/bin/xmobar-afreak"
395
396
cfg <- getConfig
396
- xmonad . SB. withSB (mySB cfg) . EWMH. ewmhFullscreen . applyRefocusLastHooks . withUrgencyHook NoUrgencyHook . MD. docks $ defaults cfg
397
+ xmonad .
398
+ -- SB.withSB (mySB cfg) .
399
+ workspaceNamesEwmh .
400
+ EWMH. ewmhFullscreen .
401
+ EWMH. ewmh .
402
+ applyRefocusLastHooks .
403
+ withUrgencyHook NoUrgencyHook .
404
+ MD. docks .
405
+ pagerHints $ defaults cfg
397
406
398
407
applyRefocusLastHooks :: XConfig l -> XConfig (ModifiedLayout RefocusLastLayoutHook l )
399
408
applyRefocusLastHooks c = c { handleEventHook = handleEventHook c <+> refocusLastWhen isFloat
You can’t perform that action at this time.
0 commit comments