mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
@@ -117,7 +117,7 @@ buildLaunch = do
|
|||||||
let compiledConfig = "xmonad-"++arch++"-"++os
|
let compiledConfig = "xmonad-"++arch++"-"++os
|
||||||
unless (whoami == compiledConfig) $ do
|
unless (whoami == compiledConfig) $ do
|
||||||
trace $ concat
|
trace $ concat
|
||||||
[ "XMonad is recompiling and replacing itself another XMonad process because the current process is called "
|
[ "XMonad is recompiling and replacing itself with another XMonad process because the current process is called "
|
||||||
, show whoami
|
, show whoami
|
||||||
, " but the compiled configuration should be called "
|
, " but the compiled configuration should be called "
|
||||||
, show compiledConfig
|
, show compiledConfig
|
||||||
|
Reference in New Issue
Block a user