chore(xmonad): replace deprecated SinkAll

Replaces deprecated SinkAll with WithAll
This commit is contained in:
Serĉanto de Scio 2024-07-10 19:40:10 +10:00
parent 1cd173cadf
commit 01d8451644
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -2,8 +2,8 @@ import XMonad
import XMonad.Actions.CopyWindow
import XMonad.Actions.DynamicProjects
import XMonad.Actions.Navigation2D
import XMonad.Actions.SinkAll
import XMonad.Actions.SpawnOn
import XMonad.Actions.WithAll
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.EwmhDesktops
import XMonad.Hooks.StatusBar