Remove obsolete SpawnOnce import

Removed a leftover from previous commit. The import of
XMonad.Util.SpawnOnce in combination with the startupHoop didn't
work for me as expected.
This commit is contained in:
c47 2024-01-14 11:24:14 +01:00
parent d3b47ba8d4
commit ca11a53828

View file

@ -1,6 +1,5 @@
import XMonad
import XMonad.Util.EZConfig -- For the keybindings
import XMonad.Util.SpawnOnce -- For the startupHook
import XMonad.Actions.SpawnOn -- Spawn programs on specified workspace
import XMonad.Hooks.ManageDocks -- For the manageHook