update xmonad

This commit is contained in:
Ingolf Wagner 2022-06-23 08:39:08 +02:00
parent 1dd77eb5ac
commit b0e3e2a54b
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 0 additions and 6 deletions

View file

@ -12,7 +12,6 @@ let
''
module NixCommands where
nixStartChat = "${pkgs.element-desktop}/bin/element-desktop"
nixStartAudacious = "${pkgs.audacious}/bin/audacious"
nixStartFlameshot = "${pkgs.flameshot}/bin/flameshot gui -p /share/"
nixInvertColors = "${pkgs.xcalib}/bin/xcalib -invert -alter"

View file

@ -97,11 +97,6 @@ nonRemovableWorkspaces = myWorkspaces ++ autoSpawnWorkspaces
projects :: [Project]
projects =
[ Project
{ projectName = "chat"
, projectDirectory = "~/"
, projectStartHook = Just $ spawn nixStartChat
}
, Project
{ projectName = "audio"
, projectDirectory = "~/music-library"
, projectStartHook = Just $ spawn nixStartAudacious