restore background on i3 startup

main
Brian Hicks 2021-09-21 22:04:20 -05:00
parent 6f75d7058b
commit 135b665291
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@
gaps inner 10
smart_gaps on
smart_borders on
# restore background
exec --no-startup-id ${pkgs.nitrogen}/bin/nitrogen --restore
'';
};
};