diff options
| author | BardofSprites <[email protected]> | 2026-04-07 15:11:42 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-07 15:11:42 -0400 |
| commit | 5db565af3c91838b052a90c67ad024241332e707 (patch) | |
| tree | e0ae27609e41896ad333159b8e7600106aa582b4 | |
| parent | 41b8c1b418a20a510344ed2175e010bbc0dc9bd8 (diff) | |
update projects
| -rw-r--r-- | xmonad/.config/xmonad/xmonad.hs | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 8f01574..cea2252 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -331,26 +331,16 @@ myProjects = [ Project { projectName = "нотация" , projectDirectory = "~/Notes/denote" , projectStartHook = Just $ do - spawn "librewolf-bin" spawn "emacsclient -c --frame-parameters '((title . \"denote\"))' -e '(dired \"~/Notes/denote\")'" }, - Project { projectName = "прог нота" - , projectDirectory = "~/Notes/denote" - , projectStartHook = Just $ do - spawn "librewolf-bin" - spawn "emacsclient -c --frame-parameters '((title . \"denote\"))' -e '(dired \"~/Notes/denote\")'" - }, Project { projectName = "рсс" , projectDirectory = "~/" , projectStartHook = Just $ do - spawn "librewolf-bin" spawn "emacsclient -c --frame-parameters '((title . \"elfeed\"))' -e '(elfeed)'" }, - - Project { projectName = "музыка" + Project { projectName = "/g/" , projectDirectory = "~/" , projectStartHook = Just $ do - spawn "st -e alsamixer" - spawn "emacsclient -c --frame-parameters '((title . \"music\"))' -e '(emms)'" + spawn "emacsclient -c" } ] |
