mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Nothing to see really
This commit is contained in:
@@ -177,7 +177,9 @@ These are commands we want XMonad to execute on startup, such as running a compo
|
||||
myStartupHook :: X ()
|
||||
myStartupHook = do
|
||||
spawnOnce (mySoundPlayer ++ startupSound)
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall xmobar" -- adding this in case of switching between xmobar and polybar.
|
||||
spawn "killall trayer" -- adding this in case of switching between xmobar and polybar.
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC haskell
|
||||
|
||||
@@ -178,6 +178,7 @@ myStartupHook = do
|
||||
spawnOnce (mySoundPlayer ++ startupSound)
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall trayer" -- kill current trayer on each restart
|
||||
spawn "killall polybar" -- adding this in case of switching between xmobar and polybar.
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC haskell
|
||||
|
||||
@@ -122,7 +122,9 @@ windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace
|
||||
myStartupHook :: X ()
|
||||
myStartupHook = do
|
||||
spawnOnce (mySoundPlayer ++ startupSound)
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall xmobar" -- adding this in case of switching between xmobar and polybar.
|
||||
spawn "killall trayer" -- adding this in case of switching between xmobar and polybar.
|
||||
|
||||
spawnOnce "lxsession"
|
||||
spawnOnce "picom"
|
||||
|
||||
Reference in New Issue
Block a user