update xmonad
This commit is contained in:
parent
1dd77eb5ac
commit
b0e3e2a54b
2 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue