Skip to content

Commit

Permalink
feat(i3): autostart blueman-applet
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jul 21, 2024
1 parent be95db4 commit a18df38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions home/i3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ in {
notification = false;
}

# Launch blueman-applet
{
command = "sleep 10s && blueman-applet";
notification = false;
}

# Autotiling
{
command = "autotiling &";
Expand Down

0 comments on commit a18df38

Please sign in to comment.