Skip to content

Commit

Permalink
Add emote and parcellite to autorun programs in xmonad
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Dec 29, 2023
1 parent 7df41a7 commit 5ec985f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/roles/desktop/xmonad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ in
enable = true;
autoruns = {
"blueberry-tray" = 1;
"emote" = 1;
"parcellite" = 1;
"nm-applet" = 1;
"${desktopCfg.terminalCmd}" = 1;
};
Expand Down

0 comments on commit 5ec985f

Please sign in to comment.