spacemacs: add copyq project
This commit is contained in:
parent
3141861b00
commit
d3e9585f58
3 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ let
|
|||
nixSetBackground = "${pkgs.haskellPackages.image-generator}/bin/image-generator --height ${toString height} --width ${toString width} --output /dev/shm/background.png && ${pkgs.feh}/bin/feh --bg-scale /dev/shm/background.png"
|
||||
nixStartAlbert = "${pkgs.albert}/bin/albert"
|
||||
nixStartCopyq = "${pkgs.copyq}/bin/copyq"
|
||||
nixShowCopyq = "${pkgs.copyq}/bin/copyq show"
|
||||
nixStartTerminal = "${pkgs.rxvt_unicode_with-plugins}/bin/urxvtc"
|
||||
'';
|
||||
in {
|
||||
|
|
|
@ -137,6 +137,10 @@ projects =
|
|||
, projectDirectory = "~/dev/krops"
|
||||
, projectStartHook = Nothing
|
||||
}
|
||||
, Project { projectName = "-copyq"
|
||||
, projectDirectory = "~/"
|
||||
, projectStartHook = Just $ do spawn nixShowCopyq
|
||||
}
|
||||
]
|
||||
|
||||
-- ------------------------------------------------------------
|
||||
|
|
|
@ -12,4 +12,5 @@ nixSetCursorImage = ""
|
|||
nixSetBackground = ""
|
||||
nixStartAlbert = ""
|
||||
nixStartCopyq = ""
|
||||
nixShowCopyq = ""
|
||||
nixStartTerminal = ""
|
||||
|
|
Loading…
Reference in a new issue