Skip to content

Commit

Permalink
restore background on i3 startup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 22, 2021
1 parent 6f75d70 commit 135b665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/i3/default.nix
Expand Up @@ -199,6 +199,9 @@
gaps inner 10
smart_gaps on
smart_borders on
# restore background
exec --no-startup-id ${pkgs.nitrogen}/bin/nitrogen --restore
'';
};
};
Expand Down

0 comments on commit 135b665

Please sign in to comment.