diff options
author | azahi <azahi@teknik.io> | 2018-08-16 17:12:34 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-08-16 17:12:34 +0300 |
commit | a9ff90233d9376a466f0788117fe86ccf7596e59 (patch) | |
tree | ddafe38c5b6cfb1e26833d015de2c56e7068b423 /src/XMonad/Custom/Startup.hs | |
parent | Minor fixes and code refactoring (diff) |
Release 0.2.1.1
Diffstat (limited to 'src/XMonad/Custom/Startup.hs')
-rw-r--r-- | src/XMonad/Custom/Startup.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XMonad/Custom/Startup.hs b/src/XMonad/Custom/Startup.hs index b862b69..592f9b8 100644 --- a/src/XMonad/Custom/Startup.hs +++ b/src/XMonad/Custom/Startup.hs @@ -51,8 +51,8 @@ addEWMHFullscreen = do startupHook' :: X () startupHook' = do - spawnNamedPipe "/usr/bin/xmobar ~/work/xmonad-ng/xmobarrcTop.hs" "xmobarTop" - spawnNamedPipe "/usr/bin/xmobar ~/work/xmonad-ng/xmobarrcBot.hs" "xmobarBot" + spawnNamedPipe "xmobar ~/work/xmonad-ng/xmobarrcTop.hs" "xmobarTop" + spawnNamedPipe "xmobar ~/work/xmonad-ng/xmobarrcBot.hs" "xmobarBot" docksStartupHook addEWMHFullscreen setDefaultCursor xC_left_ptr |