diff options
| author | jeschli <jeschli@gmail.com> | 2019-01-29 19:47:11 +0100 | 
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2019-01-29 19:47:11 +0100 | 
| commit | ea0253b9ad9625e935a1d52e6d5b5ddf4eca778d (patch) | |
| tree | e425ca37bd9c83d0c0367c0d03e21d5bbfd4bf9b | |
| parent | 13ffcdc892cc7950157eefcac6279549be2732b3 (diff) | |
xmonad-jeschli: remove setWMName LG3D where not needed
| -rw-r--r-- | jeschli/5pkgs/simple/xmonad-jeschli/default.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix index a143ca2..9fb7faa 100644 --- a/jeschli/5pkgs/simple/xmonad-jeschli/default.nix +++ b/jeschli/5pkgs/simple/xmonad-jeschli/default.nix @@ -92,7 +92,7 @@ mainNoArgs = do              , startupHook = do                  setWMName "LG3D"                  whenJustM (liftIO (lookupEnv "XMONAD_STARTUP_HOOK")) -                          (\path -> forkFile path [] Nothing) <+> setWMName "LG3D" +                          (\path -> forkFile path [] Nothing)              , normalBorderColor  = "#1c1c1c"              , focusedBorderColor = "#f000b0"              , handleEventHook = handleShutdownEvent | 
