mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Minor edits to config.
This commit is contained in:
@@ -621,7 +621,7 @@ main = do
|
||||
<+> serverModeEventHook
|
||||
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
|
||||
<+> docksEventHook
|
||||
-- <+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
|
||||
<+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
|
||||
, modMask = myModMask
|
||||
, terminal = myTerminal
|
||||
, startupHook = myStartupHook
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- Base
|
||||
-- Base
|
||||
import XMonad
|
||||
import System.Directory
|
||||
import System.IO (hPutStrLn)
|
||||
@@ -516,7 +516,7 @@ main = do
|
||||
<+> serverModeEventHook
|
||||
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
|
||||
<+> docksEventHook
|
||||
-- <+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
|
||||
<+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
|
||||
, modMask = myModMask
|
||||
, terminal = myTerminal
|
||||
, startupHook = myStartupHook
|
||||
|
||||
Reference in New Issue
Block a user