mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 09:31:14 +10:00
Nothing to see really
This commit is contained in:
@@ -178,6 +178,8 @@ myStartupHook :: X ()
|
|||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce (mySoundPlayer ++ startupSound)
|
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
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC haskell
|
#+BEGIN_SRC haskell
|
||||||
|
|||||||
@@ -178,6 +178,7 @@ myStartupHook = do
|
|||||||
spawnOnce (mySoundPlayer ++ startupSound)
|
spawnOnce (mySoundPlayer ++ startupSound)
|
||||||
spawn "killall conky" -- kill current conky on each restart
|
spawn "killall conky" -- kill current conky on each restart
|
||||||
spawn "killall trayer" -- kill current trayer 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
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC haskell
|
#+BEGIN_SRC haskell
|
||||||
|
|||||||
@@ -123,6 +123,8 @@ myStartupHook :: X ()
|
|||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce (mySoundPlayer ++ startupSound)
|
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 "lxsession"
|
||||||
spawnOnce "picom"
|
spawnOnce "picom"
|
||||||
|
|||||||
Reference in New Issue
Block a user